﻿body 
{
	background-color:White;
}
.standardFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #002d62;
}
.standardFontRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	line-height: 14px;
	color: #002d62;
}
.smallTitleFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9b1a26;
}
.tinyTitleFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9b1a26;
}
.mainTitleFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9b1a26;
}
a
{
	text-decoration: none;
	color: #9b1a26;
}
a:hover
{
	color: #002d62;
}
a.disabled
{
	color: White;
}
.bottomLine
{
	position:absolute;
	top:570px;
	left:598px;
}
