.BlackMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.BlackMainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.WhiteMainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}


.BlackMainSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.TitleOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

<!--LINK CLASSES-->
.RedNormalLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003CFF;
}
a.RedNormalLinks:link {
	color: #000000;
	text-decoration: none;
}
a.RedNormalLinks:visited {
	color: #000000;
	text-decoration: none;
}
a.RedNormalLinks:hover {
	color: #003CFF;
	text-decoration: underline;
}
a.RedNormalLinks:active {
	text-decoration: none;
}

.altNormalLinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #003CFF;
}
a.altNormalLinks:link {
	color: #003CFF;	text-decoration: none;
}
a.altNormalLinks:visited {
	color: #003CFF;	text-decoration: none;
}
a.altNormalLinks:hover {
	color: #003CFF;	text-decoration: underline;
}
a.altNormalLinks:active {
	text-decoration: none;
}