body
{
	font-family: Verdana;
	font-size: 12px;
}

.normalBody
{
	font-family: Verdana;
	font-size: 12px;
}

.tableHeader
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
}

.Input_Field_Title_text
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.Input_Field_Title_text_error
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.header
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}

.error
{
	font-family: Verdana;
	font-size: 10px;
	color: #ff0000;	
	font-weight: bold;
}

.small_text
{
	font-family: Verdana;
	font-size: 10px;
}

.success
{
	font-family: Verdana;
	font-size: 10px;
	color: #55aa55;
	font-weight: bold;
}

.forgot_password_text
{
	font-family: Verdana;
	font-size: 10px;
	color: #FA673A;
	text-decoration: underline;
}
.keep_me_text
{
	font-family: Verdana;
	font-size: 10px;
	color: #9A9A9A;
	text-decoration: underline;
}
.bgrnd_white
{
	background-color: #FFFFFF;
}
.bgrnd_error
{
	background-color: #FFF464;
}