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

h1  {
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;	
	 }
	 
h2	 {
	font-size: 14px;
	color:#375d81;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;	 
	 }
	 
	 
P    {
	font-size: 14px;
	color:#000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	text-decoration: none;	  
	  }
	  
	  
body {
	background-color: #38599C;
	background-image: url();
	background-repeat: no-repeat;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #38599C;
}
a:active {
	text-decoration: none;
	color: #000000;
}.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.whtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}