a  {
	text-decoration: none;
	color: #0069BF;
}
a:hover {
	color: #D20911;
	text-decoration : underline;
}
.NavBottom  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0069BF;
	font-weight : normal;
}
.NavBottom:hover  { 
	color: #D20911;
	text-decoration: none;
}
.NavLinks  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0069BF;
	font-weight : bold;
	line-height : 11px;
}
td {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

b {
	font-weight : bold;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #D20911;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:7;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #D20911;
	margin-top:0;
	margin-bottom:4;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #D20911;
	margin-top:0;
	margin-bottom:0;
}
H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #D20911;
	margin-top:0;
	margin-bottom:0;
}
.TextSmaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
}

.TextSmallerGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #505050;
	line-height : 11px;
}
.Category {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 11px;
	color: #FFFFFF;
}
.TextSmallest {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 10px;
}
.TextSmallestGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 10px;
	color: #777777;
}
.Border{
	border-left: #A3B1BB 1px solid; 
	border-top: #A3B1BB 1px solid; 
	border-right: #A3B1BB 1px solid; 
	border-bottom: #A3B1BB 1px solid; 
}
.Submit {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #0040A4;
	color: White;
	font-weight: bold;
	border-left : 1px solid #0040A4;
	border-top : 1px solid #0040A4;
	border-right : 1px solid #0040A4;
	border-bottom : 1px solid #0040A4;
}
#InputBox {
	border-left : 1px solid red;
	border-top : 1px solid red;
	border-right : 1px solid red;
	border-bottom : 1px solid red;
}