.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #555555;
}
.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 30px;
	color: #CC0000;
}
.NewsTitleText {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #CC0000;
}
.VerticalRepeat {
	background-image: url(../Images/Dot.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.BodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CC0000;
	font-weight: bold;
}
.DateText_Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #075773;
	font-weight: bold;
}
.HorizontalRepeat {
	background-image: url(../Images/Dot.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
a:link {
	color: #708B04;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #708B04;
