/* CSS Document */
body {background-color: #182D44;}

a:link {color: #122439;text-decoration: none;}
a:visited {color: #122439;text-decoration: none;}
a:hover {color: #122439;text-decoration: none; font-weight:bold}
a:active {color: #122439;text-decoration: none;}

.contacttext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A3251;}
	
.bodytext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 5px}
	
.frame {
	BORDER-BOTTOM: #999999 2px solid; 
	BORDER-LEFT: #999999 2px solid; 
	BORDER-RIGHT: #999999 2px solid; 
	BORDER-TOP: #999999 2px solid}
	

