/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #272D5B;
}
.contentBackground {
	background-image: url(../i/contentWin.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.contentFooter {
	background-image: url(../i/bottomFooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272D5B;
	line-height: 15px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 105px;
	padding-bottom: 0px;
	padding-left: 105px;
}
.headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 105px;
	padding-bottom: 0px;
	padding-left: 105px;
	color: #272D5B;
}
a:link {
	color: #4F8C60;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #4F8C60;
	text-decoration: none;
	background-color: #CCCCCC;
}
a:active {
	color: #4F8C60;
	text-decoration: none;
}
