.PlainLink
{
	color: black;
	font-family: Arial;
	text-decoration: underline;
}
A:link
{
	text-decoration: none;
}		
A:visited
{
	text-decoration: none;
}		
A:active
{	
	text-decoration: none;
	color: white;
}		
A:hover
{
	color: #7b2424;
}
.MainMenu
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: 'Arial';
}
.SubMenu
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
}
.PlainLabel
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
