@charset "utf-8";
/* CSS Document */


body {
	
	font-family: 'arial';
	font-size: 12px;
	color: #fff;
	
	
	background-color: #066886;
	
	}
	
	
a {
	
	font-family: 'arial';
	font-size: 12px;
	color: #333;
	text-decoration: none;
	
	}
	
a:hover {
	

	color: #009;
	
	}


h1 {
	
	font-family: 'arial';
	font-size: 16px;
	
	font-weight:400;
	color: #fff;
	
	}