a  {
	text-decoration: none;
	color: #F1000C;
}
a:hover {
	color: #00209F;
	text-decoration : underline;
}
.NavBottom  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #F1000C;
	font-weight : normal;
	line-height : 11px;
}
.NavBottom:hover  { 
	color: #00209F;
	text-decoration: none;
}
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 : normal;
	color: #00209F;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:5;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #00209F;
	margin-top:0;
	margin-bottom:0;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #00209F;
	margin-top:0;
	margin-bottom:0;
}
.TextDefault {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.TextSmaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
}
.TextSmallerGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
	color: #555555;
}
.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: #555555;
}
.TextSmallestBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 10px;
	color: #00209F;
}
.Copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 10px;
	color: #555555;
}
.InputBox {
	border-top : 1px solid #00209F;
	border-left : 1px solid #00209F;
	border-right : 1px solid #00209F;
	border-bottom : 1px solid #00209F;
}
.Border {
	border-top : 1px solid #00209F;
	border-left : 1px solid #00209F;
	border-right : 1px solid #00209F;
	border-bottom : 1px solid #00209F;
}
.Submit {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #00209F;
	color: White;
	font-weight: bold;
	border-left : 1px solid #3353D1;
	border-top : 1px solid #3353D1;
	border-right : 1px solid #000D41;
	border-bottom : 1px solid #000D41;
}