body, p, ol, ul, table, th, td, input, textarea {
	font-family:		Arial, Verdana; 
	font-size:			12px;
}

body {
	background-color:	#07154D;
	color:				#000000;
	margin:				4; 
	padding:			4;
}

	
table {
	border:				none;
	font-family:		Arial;
	color:				#000000;
}

p {
	font-family:		Arial;
	color:				#000000;
}

a:hover {
	color:				#5777c0;
}

a:active {
	color:				#001d61;
}

ul {
	color:				#000000;
	list-style-image:	url(/images/arrow.gif);	
}

.gray {
	color:				#a6a6a6;
}

.blue {
	color:				#085789;
}

h1, h2, h3, h4, h5, h6 {
	font-family:		arial;
	color:				#085789;
	font-weight:		bold;
}

.bl {
	color:				#085789;
	font-weight:		bold;
}	

.sm {
	font-size:			12px;
}	

.red {
	color:				red;
	font-weight:		bold;
}		
	
.black {
	color: black;
	font-weight: bold;
}			
	
.footer, .footer:link {
	color:				#A0A0A0;
	font-size:			11px;
}	
	
.footer:active, .footer:hover {
	color:				#000000;
	font-size:			11px;
}	

.wh, .wh:active, .wh:hover, .wh:link {
	color:				#FFFFFF;
	font-size:			11px;
}

.center	{
	text-align:			center;
}
