/*text on a blue background*/
.blue {
	font-size:10px;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue a {
color: #FFFFFF;
text-decoration:none;
}
.blue a:visited, .blue a:link {
color: #FFFFFF;
}
.blue a:hover {
color: #99add3; 
text-decoration: none;
}
.blue B{
font-size:10px;
font-weight: bold;
color: #99add3;
}

/*text on a white background*/
.white {
	font-size:10px;
	color: #0a4fa0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.white a {
color: #0a4fa0;
text-decoration:none;
}
.white a:visited, .white a:link {
color: #0a4fa0;
}
.white a:hover {
color: #99add3; 
text-decoration: none;
}
.white B{
font-size:10px;
font-weight: bold;
color: #99add3;
}

/*text on a blue  background SMALL*/
.blueSM {
	font-size:9px;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.blueSM a {
color: #ffffff;
text-decoration:none;
}
.blueSM a:visited, .blueSM a:link {
color: #ffffff;
text-decoration:none;
}
.blueSM a:hover {
color: #99add3; 
text-decoration: none;
}
.blueSM B{
font-size:9px;
font-weight: bold;
color: #99add3;
}


.TopNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: .1em;
	font-weight: bold;
}

.topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0a4fa0;
}
.topNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: 0a4fa0;
	letter-spacing: .2em;
}
.numberBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: 0a4fa0;
}
.breadcrumbItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: 0a4fa0;
	font-style: italic;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	font-weight: bold;
	color: #0a4fa0;
}


a {    
color: #0A45A0;
text-decoration: none;
}

a:hover {   
color: #A3B5D6;
text-decoration: underline;
}

a:visited {  
color: #99add3; 
text-decoration: none;
}
