@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #b1ceef;
	background-image: url(images/BgGradient.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
}
.HeaderRightBg {
	background-image: url(images/Header04.jpg);
	background-repeat: no-repeat;
}
.HeaderLinksTable {
	margin-top: 20px;
	margin-right: 25px;
	font-size: 14px;
	font-weight: bold;
}
.HeaderLinksTable a {
	color: #000000;
	text-decoration: none;
}
.HeaderLinksTable a:hover {
	color: #000000;
	text-decoration: underline;
}
.HeaderLinksTable a:visited {
	color: #000000;
}

.ShadowLeft {
	background-image: url(images/nav02stretch.jpg);
	background-repeat: repeat-y;
}
.ShadowRight {
	background-image: url(images/shadowRight02stretch.jpg);
	background-repeat: repeat-y;
}
.PageTitle {
	background-image: url(images/content01title.jpg);
	background-repeat: no-repeat;
	height: 44px;
}
.PageTitleText {
	font-size: 16px;
	color: #162d51;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: bold;
}
.ContentSubTitle {
	font-size: 16px;
	font-weight: bold;
	color: #162d51;
}
.ContentBgColor {
	background-color: #FFFFFF;
}
.ContentText {
	font-size: 14px;
	padding-top: 30px;
	padding-right: 35px;
	padding-left: 35px;
}
.FooterStretchBg {
	background-image: url(images/footer03stretch.jpg);
	background-repeat: repeat-x;
}
.Footer {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.Footer a {
	color: #000000;
	text-decoration: none;
}
.Footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.Footer a:visited {
	color: #000000;
}
.FAQsQuestion {
	background-color: #365EA3;
	padding: 5px;
	color: #FFFFFF;
}
.SubTitleHighlight {
	background-color: #365EA3;
	padding: 5px;
	color: #FFFFFF;
}
.Required {
	color: #FF0000;
}
.FloatRight {
	float: right;
	margin-left: 8px;
}

