/*Maroon= #790000;*/
body
{
	background-color: #003366;
}
	
a
{
	color: white;
}
a.NAVTable:link 
{
	font-size: 16px;
	color: white;
	text-decoration: none;
}

a.NAVTable:visited 
{
	font-size: 16px;
	color: white;
	text-decoration: none;
}

a.NAVTable:hover 
{
	font-size: 16px;
	color: white;
/*	text-decoration: underline; */
}

a.Services:link
{
	font-family: Times New Roman;
	font-size: 16px;
	color: white;
	text-decoration: underline;
}

a.Services:visited 
{
	font-family: Times New Roman;
	font-size: 16px;
	color: white;
	text-decoration: underline;
}

a.Services:hover 
{
	font-family: Times New Roman;
	font-size: 16px;
	color: white;
	text-decoration: underline;
}

.text
{
	text-align: left;
	font-family: Times New Roman;
	font-size: 16px;
	color: white;
	padding-left:25; 
	padding-right:10;
}

.PageHeading
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

h4
{
	font-family: Times New Roman;
	font-size: 12.0pt;
	font-weight: bold;
	color: white;
}
TD
{
	color: white;
}
TD.LightBlue
{
	background-color: #336699;
}
TD.DarkBlue
{
	background-color: #003366;
}