﻿.NoRed{
	font-family: Arial;
	font-size: 12px;
	color: RED;
}
.BoldNormalUnderline{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.HeaderBold{
	font-family: Arial;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.frontBold{
	font-family: Arial;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.login{
	font-family: Arial;
	font-size: 16px;
	color: #A21616;
	Text-Decoration: None;
}
.normalWhite{
		font-family:Arial;
		font-size: 12px;
		Color: FFFFFF;
}
.normal{
		font-family:Arial;
		font-size: 12px;
}