@charset "utf-8";
.PageBannerWhiteText {
         font-size: 14px;
         color: #FFFFFF;
	     font-family: Gill Sans MT;
}

.NavigationText {
	font-size: 18px;
	color: rgb(0,60,105);
}

.style3 {
         font-size: 14px; 
		 color: rgb(122,184,0);

}	 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: rgb(0,60,105);
	position: absolute;
	top: auto;
	right: auto;
}
a:link {
	color: rgb(0,60,105);
}
a:visited {
	color: rgb(167,25,48);
}

a:active {
	color: rgb(0,60,105);
}

h1 {
	font-size: 24px;
	color: rgb(0,60,105);
	font-family: "Gill Sans MT";
	font-style:italic;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: rgb(122,184,0);
	font-family: "Gill Sans MT";
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: rgb(122,184,0);
	font-family: "Gill Sans MT";
	font-style: normal;
	font-weight: bold;
}

h4 {
    font-size: 14px;
	color: rgb(122, 184, 0);
	font-family: "Gill Sans MT";
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

h5 {
    font-size: 14px;
	color: rgb(0,60,105);
	font-family: "Gill Sans MT";
	font-style: Italic;
	font-weight: bold;
}
h6 {
    font-size: 10px;
	color: rgb(0,60,105);
	font-family: "Gill Sans MT";
	font-style: Italic;
	font-weight: bold;
	text-align: right;
}

.label {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: rgb(0,60,105);
	position: absolute;
	top: auto;
	right: auto;
	width: 165px;
}

.formLabelSection {text-align: right;
    font-size: 12 px;
	color: rgb(122,184,0);
	font-style: bold;
	font-weight: bold;
	vertical-align: top;
}

.formLabel {text-align: right;
    font-size: 10 px;
	font-style: bold;
	vertical-align: top;
}

.formsBorder {border-top-style:solid;
      border-top-color:#003C69;
	  border-top-width:medium;
}

.formColumnHeader {text-align: center;
    font-size: 10 px;
	font-weight: bold;
	vertical-align: top;
	color: #003C69;
}

.DivBorder {border-style:solid;
      border-color:#003C69;
	  border-width:medium;
}
