a  {
	text-decoration: none;
	color: #046f5c;
}
a:hover {
	color: #ac1e22;
	text-decoration : underline;
}
.NavBottom  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #046f5c;
	font-weight : normal;
	line-height : 11px;
}
.NavBottom:hover  { 
	color: #ac1e22;
	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 : bold;
	color: #ac1e22;
	margin-top:0;
	margin-bottom:5;
	padding-top:0;
	padding-bottom:0;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #ac1e22;
	margin-top:0;
	margin-bottom:4;
	padding-top:0;
	padding-bottom:0;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #ac1e22;
	margin-top:0;
	margin-bottom:3;
	padding-top:0;
	padding-bottom:0;
}
H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #ac1e22;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:2;
}
.TextDefault {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.TextSmaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
}
.TextSmallerGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
	color: #7B7B7BF;
}
.TextIntro {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
	color: #ADB7C9;
}
.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: #7B7B7B;
}
.InputBox {
	border-top : 1px solid #046f5c;
	border-left : 1px solid #046f5c;
	border-right : 1px solid #046f5c;
	border-bottom : 1px solid #046f5c;
}
.Border {
	border-top : 1px solid #193768;
	border-left : 1px solid #193768;
	border-right : 1px solid #193768;
	border-bottom : 1px solid #193768;
}
.Separator {
	border-left : 1px solid #004f41;
}
.Submit {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #046f5c;
	color: White;
	font-weight: bold;
	border-left : 1px solid #A8B6D9;
	border-top : 1px solid #A8B6D9;
	border-right : 1px solid #0D1943;
	border-bottom : 1px solid #0D1943;
}