@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #008c99;
}
a {
	color: #63598c;
	font-weight: bold;
	white-space: nowrap;
}
.Header {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.Content {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/pagebottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.ContentTextArea {
	text-align: justify;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.ContentHeader {
	font-size: 24px;
	font-weight: bolder;
	color: #0f004e;
	font-family: Arial, Helvetica, sans-serif;
}
.BoxDkPurple {
	background-color: #0f004e;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.BoxDkPurpleTitle {
	font-size: 18px;
	font-weight: bold;
	color: #63598c;
	font-family: Arial, Helvetica, sans-serif;
}
.BoxMdPurple {
	background-color: #63598c;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}
.BoxMdPurpleTitle {
	font-size: 18px;
	font-weight: bold;
	color: #aba6c1;
	font-family: Arial, Helvetica, sans-serif;
}

.BoxLtPurple {
	background-color: #aba6c1;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}
.BoxLtPurpleTitle {
	font-size: 18px;
	font-weight: bold;
	color: #0f004e;
	font-family: Arial, Helvetica, sans-serif;
}
.ContentBold {
	font-weight: bold;
	color: #008c99;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0f004e;
}
.LinkDkPurple {
	color: #0f004e;
	font-weight: bold;
	white-space: nowrap;
}
.NonIndentList {
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
}

.Required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.FormField {
	background-color: #A9C5C4;
}
.GrayField {
	background-color: #CCCCCC;
}
.SmallerFont {
	font-size:11px;
}
