@charset "utf-8";
.MenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}
.MenuText:link {
	color: #666666;
}
.MenuText:visited {
	color: #666666;
}
.MenuText:active {
	color: #999999;
}
.MenuText:hover {
	color: #E82B2C;
}

.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E82B2C;
}
