﻿body {
	background-color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #575556;
}


#navBar a:link {
	color: #2b5da5;
	text-decoration: none;
	font-weight: normal;
}

#navBar a:visited {
	color: #2b5da5;
	text-decoration: none;
	font-weight: normal;
}

#navBar a:hover {
	color: #2b5da5;
	font-weight: normal;
	text-decoration: underline;
}

#navBar a:active {
	color: #2b5da5;
	text-decoration: none;
	font-weight: normal;
}

a:link    {color: #2b5da5;text-decoration: none;font-weight: bold;}
a:visited {color: #2b5da5;text-decoration: none;font-weight: bold;}
a:hover   {color: #2b5da5;font-weight: bold;text-decoration: underline;}
a:active  {color: #2b5da5;text-decoration: none;font-weight: bold;}

.navDivs {
	margin: 4px 0px 4px 0px;
}

.footerText {
font-size: x-small;
font-weight:bold;
color: #a7a7a7;
background-color: #404040; 
text-align: center; 
vertical-align: middle;
text-transform:uppercase;
}

.style1 {
	font-size: medium;
	color: #2B5DA5;
}

.style2 {
	color: #2B5DA5;
}

td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}

strong{
color:#2B5DA5
}

h4{
color:#2B5DA5;
text-transform:uppercase;
font-weight:normal;
font-family:"century gothic", tahoma, arial, helvetica, sans-serif;
}