.MainText {  font-family: Arial, Helvetica, sans-serif; font-size: 13px}
.MainTextbold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold}
.MainTextboldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #580000;
}
.TinyText { font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.HeaderText { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold}
.MainTextWhite { font-family: Arial, Helvetica, sans-serif; font-size: 14px ; font-weight: normal; color: #FFFFFF}
.MainTextWhitebold { font-family: Arial, Helvetica, sans-serif; font-size: 14px ; font-weight: bold; color: #FFFFFF }
a:link {
	font-style: normal;
	text-decoration: underline;
	color: #580000;
	font-weight: normal;
}
a:visited {
	font-style: normal;
	text-decoration: underline;
	color: #580000;
	font-weight: normal;
}
a:hover {
	font-style: normal;
	text-decoration: underline;
	color: #F8931D;
	font-weight: normal;
}
a:active {
	font-style: normal;
	text-decoration: underline;
	color: #580000;
	font-weight: normal;
}.TableBorder {
	border: 1px solid #580000;
}
