.Header {
	font-family: Verdana, Arial, Helvetica;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
.HeaderHighlighted {
	font-family: Verdana, Arial, Helvetica;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #DC143C;
}
.HeaderSmall {
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
.Body {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-style: normal;
	font-weight: 400;
}
.BodyItalic {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-style: italic;
	font-weight: 400;
}
.BodyBold {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
}
.BodyHighlighted {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-style: normal;
	font-weight: 400;
	color: #DC143C;
}
.BodyItalicHighlighted {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-style: normal;
	font-weight: 400;
	color: #DC143C;
}
.BodyBoldHighlighted {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: #CC0033;
}

.BodyBoldLink, .BodyBoldLink:LINK, .BodyBoldLink:VISITED, .BodyBoldLink:ACTIVE
{
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.BodyBoldLink:HOVER
{
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
}