@charset "ISO-8859-1";

body {
	
	background-color: #FFFFFF;
	
}




.backgroundColor {
	background-color: #FFFFFF;
}






a:link {
	color: #182A3C;
}
a:visited {
	color: #182A3C;
}
a:hover {
	color: #182A3C;
}


a.white:link {
	color: #FFFFFF;
}
.TenPointBlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #182A3C;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
}
.tenPointWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.BlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #182A3C;
}





