body  {
    background-color : #FFFFFF;
	font-family: sans-serif;
	color : 000000;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}

h1 {
	margin: 0px;
	font: bold 13pt verdana; 
	color: #104994;
	}
	
h2 {
	margin: 0px;
	font: bold 11pt verdana;
	color: #F78A18;
	}
	
p { 
	font: 9pt verdana; 
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: justify;
	}
	
p.sm { 
	font: 8pt verdana; 
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: justify;
	}
	
a:link  {
   	color : #084D94;
   	text-decoration : underline;
	}
   
a:visited  {
   	color : #084D94;
   	text-decoration : underline;
	}
    
a:hover  {
	color: #FFFFFF;
	background: #F78A18;
    }
    
a:active  {
   	color : #084D94;
   	text-decoration : underline;
	}
    
a:focus  {
   	color : #084D94;
   	text-decoration : underline;
	}