/* CSS Document */

a:link, a:active, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form {
	margin-bottom:0px;
	margin-top:0px;
}

ul {
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 10px;
  	padding-left: 10px;
}

ol {
	margin-bottom:0px;
	margin-top:0px;
}

ul li {
	list-style-type:square;
}

.MainHeading {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:23px;
	color:#32383E;
	line-height: 16px;
}

.MainHeadingGreen {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:23px;
	color:#97A34E;
	line-height: 16px;
}

.SubHeading {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:16px;
	color:#32383E;
}

.SubHeading a {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:16px;
	color:#32383E;
}

.SubHeadingGreen {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:16px;
	color:#97A34E;
}

.SubHeadingGreen a {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:16px;
	color:#97A34E;
}

.SubHeadingGray {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:16px;
	color:#596D7C;
}

.SubHeadingGray a {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:16px;
	color:#596D7C;
}

.InstructionText {
	font-family:arial, helvetica, sans;
	font-size:12px;
	color:#596D7C;
	line-height: 16px;
 } 

.InstructionText a {
	font-family:arial, helvetica, sans;
	font-size:11px;
	color:#596D7C;
	line-height: 16px;
}

.FormLabel {
	font-family:arial, helvetica, sans;
	font-size:11px;
	color:#32383E;
	line-height: 16px;
 }
 
.FormError {
	font-family:arial, helvetica, sans;
	font-size:11px;
	color:#CE3528;
	line-height: 16px;
 } 
 
 .FormLabel a {
	font-family:arial, helvetica, sans;
	font-size:10px;
	color:#32383E;
	line-height: 16px;
}

.IntroText {
	font-family:arial, helvetica, sans;
	font-size:12px;
	color:#32383E;
	line-height: 16px;
}

.IntroText a {
	font-family:arial, helvetica, sans;
	font-size:12px;
	color:#617100;
	line-height: 16px;
}

.FooterLinks {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:11px;
	color:#fff;
}

.FooterLinks a {
	font-family: "arial narrow", arial, helvetica, sans;
	font-size:11px;
	color:#fff;
}

.LegalLinks { 	
	font-family:arial, helvetica, sans;
	font-size:10px;
	color:#fff;
 }
 
 .LegalLinks a {
	font-family:arial, helvetica, sans;
	font-size:10px;
	color:#fff;
}
 
 .LegalText { 	
 	font-family:arial, helvetica, sans;
	font-size:10px;
	font-weight:normal;
	color:#BCD6E4;
 } 

.LegalText a {
 	font-family:arial, helvetica, sans;
	font-size:10px;
	font-weight:normal;
	color:#BCD6E4;
}

 .LegalTextDark { 	
 	font-family:arial, helvetica, sans;
	font-size:10px;
	font-weight:normal;
	color:#32383E;
 } 

.LegalTextDark a {
 	font-family:arial, helvetica, sans;
	font-size:10px;
	font-weight:normal;
	color:#32383E;
}