/* css001 */ 
/* Body font = Verdana, Helvetica */ 

H1  {
	font-size : 16pt;
	font-family : Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
}

H2  {
	font-size : 12pt;
	font-family : Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
}

H3  {
	font-size : 12pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}


BODY  {
	color : black;
	font-size : 9pt;
	font-family : Verdana, Helvetica;
	font-weight : normal;
	font-style : normal;
}


P  {
	font-size : 9pt;
	font-family : Verdana, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : black;
}



td  {
	font-size : 9pt;
	font-family : Verdana, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : black;
}

A:link  {
	font-size : 12pt;
	font-family : Times New Roman, Times;
	font-weight : normal;
	font-style : normal;
	color : blue;
}

A:visited  {
	font-size : 12pt;
	font-family : Times New Roman, Times;
	font-weight : normal;
	font-style : normal;
	color : gray;
}

H6  {
	font-size : 9pt;
	font-family : Verdana, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : black;
}

