/* CSS Document */

td
{
font-family: "Communication41",Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#545558;
}
.heading
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#BE001C;
}
.bottomnav
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#BE001C;
text-decoration:none;
}
.bottomnav:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#BE001C;
text-decoration:none;
}
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #FFFFFF;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:5;
}.Border {
	border-top : 1px solid #BE001C;
	border-left : 1px solid #BE001C;
	border-right : 1px solid #BE001C;
	border-bottom : 1px solid #BE001C;
}
a  {
	text-decoration: none;
	color: #BE001C;
}
a:hover {
	color: #BE001C;
	text-decoration : underline;
}
.TextSmallest {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 11px;
}
.TextSmallestWhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: #ffffff;
}
.TextSmallestWhite:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: #ffffff;
}.Submit {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #BE001C;
	color: White;
	font-weight: bold;
	border-left : 1px solid #000000;
	border-top : 1px solid #000000;
	border-right : 1px solid #002651;
	border-bottom : 1px solid #002651;
}