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

H1  {
	color : Yellow;
	font-family : Arial, Verdana, sans-serif;
	font-size : 14pt;
}

H2  {
	font-size : 10pt;
	font-weight : bold;
	background-color : Cyan;
	color : Black;
	font-family : Arial, Verdana, sans-serif;
}

H3  {
	font-size : 14pt;
	font-weight : bold;
	font-family : Arial, Verdana, sans-serif;
	color : White;
	text-align: center;
}

LI  {
	font-size : 12pt;
	font-weight : normal;
	font-family : Arial, Verdana, sans-serif;
	color : White;
}

LI.y  {
	font-size : 12pt;
	font-weight : normal;
	font-family : Arial, Verdana, sans-serif;
	color : Yellow;
}

LI.uny  {
	font-size : 14pt;
	font-weight : normal;
	font-family : Arial, Verdana, sans-serif;
	color : Yellow;
	list-style-type: circle;
}

LI.unw  {
	font-size : 14pt;
	font-weight : normal;
	font-family : Arial, Verdana, sans-serif;
	color : white;
	list-style-type: circle;
}

A  {
	font-family : Arial, Verdana, sans-serif;
	color : White;
}

A:Link  {
	color : White;
}

A:Visited  {
	color : Aqua;
}

A:Active  {}

A:Hover  {}

BODY  {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10pt;
	color : white;
}

.small  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Verdana, sans-serif;
	color : Black;
}

.smallb  {
	font-size : 9pt;
	font-weight : normal;
	font-family : Arial, Verdana, sans-serif;
	color : yellow;
}

.menu  {
	font-size : 8pt;
	text-align : center;
	font-weight: normal;
}

.tiny  {
	font-size : 8pt;
	text-align : left;
}

.tinyyell  {
	font-size : 8pt;
	text-align : left;
	color : yellow;
}

.footer  {
	font-family : Times New Roman, Garamond, serif;
	font-size : 8pt;
	color : yellow;
}

