body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #547ed8;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #002469;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #00246A;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.infoBg {
	background-image: url(images/bg_info.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.main a:link {
	color: #547ED8;
	text-decoration: underline;
}
.main a:visited {
	color: #547ED8;
	text-decoration: underline;
}
.main a:hover {
	color: #002469;
	text-decoration: none;
}
.main a:active {
	color: #00246A;
	text-decoration: underline;
}
