body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/Background.png);
	background-repeat: repeat-x;
	background-color: #586882;
}

a:link {
	color: #214E7D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #802C7D;
}
a:active {
	text-decoration: none;
}

.Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
}
.SmallSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #214E7D;
}
.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #214E7D;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
.Subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #214E7D;
}
.Rules {
	border-top: 1px dotted #999999;
}
.FormBkgd {
	border: 1px solid #2D69A7;
	background-color: #E0E4FF;
	text-align: left;
	padding: 2px;
}

