body, table, tr, td, li {
	font-family: arial;
	font-size: 11pt;
}

p {	font-family:arial;
	font-size:10pt;
	color:white;
	font-weight:600;}


H1  {
	font : Arial, Helvetica, Verdana;
	font-size : 14pt;
	font-weight : bold;
	font-family : sans-serif;
	color : Black;
}

H2  {
	font : Arial, Helvetica, Verdana;
	font-size : 12pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Red;
}

H3  {
	font : Arial, Helvetica, Verdana;
	font-size :  10pt;
	font-weight : bold;
	font-style: italic;
	font-family : sans-serif;
	color : Silver;
}

H4  {
	font : Arial, Helvetica, Verdana;
	font-size :  10pt;
	font-weight : bold;
	font-family : sans-serif;
	color : Red;
}

H5  {
	font : Arial, Helvetica, Verdana;
	font-size :  8pt;
	font-weight : bold;
	font-family : sans-serif;
	color : White;
}

H6  {
	font : Arial, Helvetica, Verdana;
	font-size :  9pt;
	font-weight : bold;
	font-family : sans-serif;
	color : Black;
}

A  {
	font-weight : bold;
	color : black;
	text-decoration: none;
}

A:Visited  {
	font-weight : bold;
	color : CC0000;
	text-decoration: none;
}

A:Active  {
	font-weight : bold;
	color : black;
	text-decoration: none;
}

A:Hover  {
	font-weight : bold;
	color : CC0000;
	text-decoration: underline;
}

