P  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : left;
}

H1  {
	font-size : 24pt;
	font-family : Times New Roman, Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-align : left;
}

H2  {
	font-size : 18pt;
	font-family : Times New Roman, Arial;
	font-weight : bold;
	font-style : italic;
	color : maroon;
	text-align : center;
}

H3  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-align : left;
}

H4  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : right;
}

H5  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : left;
}

H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : right;
}

BODY  {
	font-size : 10pt;
	font-family : Arial;
	font-style : normal;
	color : Black;
	text-align : right;
}

:link  {
	font-family : Arial, serif;
	font-weight : 800;
	text-decoration : underline;
	font-size : 12pt;
	color : rgb(128,128,255);
}

:visited  {
	font-family : Arial, serif;
	font-weight : 800;
	text-decoration : underline;
	font-size : 12pt;
	color : Teal;
}

:active  {
	font-family : Arial, serif;
	font-weight : 800;
	text-decoration : underline;
	font-size : 12pt;
	color : Green;
}

:hover  {
	font-family : Arial, serif;
	font-weight : 800;
	text-decoration : underline;
	font-size : 12pt;
	color : Maroon;
}


