BODY         { 

	margin-left: 1px;
	margin-right: 1px;
	font: 11pt "Tahoma";
	color: black;
	text-align: left;
	border: black;
	} 


P	     {  

	margin-left: 1px;
	font: 11pt/15pt "Tahoma";
	color: black;
	background: transparent;
	} 

H1           { 

	margin-left: 10px; 
	font: 22pt/22pt "Tahoma";
	color: "#666666";
	font-weight: bold;
	background: transparent;
	} 

H2           { 

	margin-left: 40px; 
	font: 16pt/16pt "Tahoma";
	color: "#666666";
	font-weight: bold;
	background: transparent;
	} 


H3           { 

	margin-left: 20px;
	font: 12pt/14pt "Tahoma";
	background: transparent ;
	color: "#666666";
	font-weight: bold;
	} 

H4               { 

	margin-left: 0px;
	font: 10pt/12pt "Tahoma";
	color: "#000040";
	font-weight: bold;
	background: transparent ;
	} 

H5               { 

	margin-left: 0px;
	font: 9pt/10pt "Tahoma";
	color: "#000040";
	font-weight: bold;
	background: Transparent;
	} 

TH               { 

	font: normal 11pt "Tahoma";
	color: black;
		} 

TD              {  

	font: 11pt "Arial";
	color: black;
		} 

LI                 {  

	display: list-item; 
	margin-left: 10px;
	}  

DL               {  

	display: list-item; 
	}  

DT               { 

	margin-left: 15px; 
	font: 12pt "Arial";
	text-align: left;
	font-weight: bold;
	color: black
	} 

DD             { 

	margin-left: 15px; 
	font: 12pt "Arial";
	display: list-item; 
	text-align: left;
	color: black
	} 

B, STRONG 	{  

	font-weight: bold
	}  

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE {  

	font-style: italic
	} 

PRE, TT, CODE, KBD, SAMP {  

	font-family: monospace 
	} 

A:link { 

	color: "#00006A"; 
	text-decoration: none;
	font-weight: bold
	} 

A:visited {  

	color: "#00006A";
	text-decoration: none;
	font-weight: bold
	}  
	
A:active {	color: "#800000"; text-decoration: underline; font-weight: bold}  
a:hover { color:#0173BEc; background-color: white;}

