/* css001 */ 

/* Body font = Verdana, Helvetica */ 



H1  {
	font-size : 16pt;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 12pt;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : normal;
	color : black;
}

H3  {
	font-size : 11pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : maroon;
}

BODY  {
	color : black;
	font-size : 10pt;
	font-family : Verdana, Helvetica;
	font-weight : normal;
	font-style : normal;
; background-color: #FFFFFF
}

P  {
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}

td  {
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}

A:link  {
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : dark blue;
}

A:visited  {
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : gray;
}

H6  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
}

H5  {
	font-size : 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : grey;
}

H4 { font-size : 8pt; font-family : Verdana, Arial, Helvetica, sans-serif; font-weight : bold; font-style : normal; color : gray; }

.style1 {
	font-size: 13pt;
	font-weight: bold;
}

