a:link  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration:none
	font-style : normal;
	color : Green;
}

a:visited  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration:none
	font-style : normal;
	color : Brown;
}

a:active  {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	text-decoration:underline
	font-style : italic;
	color : Black;
}

a:hover  {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	text-decoration:underline
	font-style : normal;
	color : Red;
}
P  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #333333;
}

H1  {
	font-size : 24pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #CC6666;
}

H2  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #CC6666;
}

H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
}


BODY  {
	color : Black;
	font-size : 12pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
}

H6  {
	font-size : 8pt;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
}


table   
{ font-family: Arial; font-size: 10pt; color : black; font-style : bold;
}

td           
{ font-family: Arial; font-size: 10pt; font-weight: bold
}