.MenuItem
{
	font-size: 10pt;
	text-transform: uppercase;
	font-family: arial,tahoma,helvetica;
	text-align: center;
}
.SubMenuItem
{
	font-family: arial,tahoma,helvetica;
	font-size: 10pt;
	text-align: left;
	z-index:100;
}
a:link
{
	color: #cc9900;
	text-decoration: none;
}
a:visited
{
	color: Red;
	text-decoration: none;
}
a:active
{
	color: limegreen;
	text-decoration: underline;
}
a:hover
{
	color: Red;
	text-decoration: underline;
}
font,div,p,a,td
{
	font-size: 10pt;
}
Body
{
	margin: 0px;
	font-family: arial,tahoma,helvetica;
	background-color: #000000;
}
.SmallText
{
	font-size: 8pt;
}
.VerySmallText
{
	font-size: 8pt;
}
.BoxText
{
	font-size: 13pt;
}