/* CSS Document */

body {background-color: B5BECD}
h1 {
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
}
h2 {
	font-size: 11px;
	font-family: Verdana;
	color: #660000;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	font-family:Verdana;
	color: #000000;
	font-style: normal;
	font-weight: normal;

}
h4 {
	font-size:7pt;
	font-family: Arial;
	color: 000000;
	text-align: center;
	
	   }
h5 {
	font-size: 15px;
	font-family: Verdana;
	color: #660000;
	text-align: center;
	font-weight: bold;
}
h6 {
	font-size:11px;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	
	   }	   
p {
	font-size: 11px;
	font-family: Verdana;
	line-height:normal;
	color: #000000;
	font-weight: normal;
	text-align: justify
}

a:link     {
	color:183884;
	font-size: 9px;
	font-family: Verdana;
}
a:visited  {color:062E88;
            font-size: 9px;
	        font-family: Verdana;
}
a:hover    {color:FF4E00; 
            font-size: 9px;
	        font-family: Verdana;
}
a:active   {color:E05D2F;  
            font-size: 9px;
	        font-family: Verdana;
}
