body,p,table,tr,td {
	font-size: 12px; 
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #0F207F; 
	background-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #0F207F; 
	scrollbar-darkshadow-color: #0F207F; 
	scrollbar-highlight-color: #0F207F; 
	scrollbar-base-color: #C2D5F1; 
	scrollbar-face-color: #C2D5F1; 
}
a:link { 
	color: #0F207F; 
	text-decoration:underline; 
} 

a:visited { 
	color: #0F207F; 
	text-decoration:underline; 
} 

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

a:active { 
	color: #2F50FF; 
	text-decoration:underline; 
} 

input, textarea { 
	background-color: #E9F0FA; 
	border: 1px solid #0F207F; 
	color: #0F207F; 
} 


.list ul {
	margin:0;
}

.list li {
	list-style-image:url(../images/list_arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
}