body {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #256CBC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.topbg {
	margin: 0px;
	padding: 0px 0px 0px 78px;
	height: 112px;
	width: 924px;
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}
.botbg {
	margin: 0px;
	padding: 20px 0px 0px 78px;
	height: 92px;
	width: 924px;
	background-image: url(images/bg_bot.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}
.bg {
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 1002px;
	background-image: url(images/bg.gif);
	vertical-align: top;
	background-color: #DBDBDB;
}
.mainarea {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px 26px;
	height: 334px;
}
hr#blue{
	height: 2px;
	width: 786px;
	background-color: #0099FF;
	color: #0099FF;
	text-align: center;
}
a:link {
	text-decoration: none;
	font-size: small;
	color: #008BDC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-size: small;
	color: #008BDC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-size: small;
	color: #990000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-size: small;
	color: #008BDC;
	font-weight: bold;
}
strong#boldblue {
	color: #008BDC;
}
