@charset "utf-8";

body {
	background-color: #f4f4f4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content_topbar {
	background-image: url(images/content_tm.gif);
	background-repeat: repeat-x;
}


.bgimage {
	background-image: url(images/bg.jpg);
	height: 322px;
	background-repeat: repeat-x;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.content_bottombar {
	background-image: url(images/content_bm.gif);
	background-repeat: repeat-x;
}
.content_leftbar {
	background-image: url(images/content_lm.gif);
	background-repeat: repeat-y;
}
.content_rightbar {
	background-image: url(images/content_right.gif);
	background-repeat: repeat-y;
}
.whitebg {
	background-color: #FFFFFF;
}
.bluecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #1A6E9A;
	text-decoration: none;
	text-align: justify;
}
.footer {
	background-image: url(images/footer.jpg);
	height: 70px;
}
.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
a.footerlinks:hover {
	color: #1A6E9A;
	text-decoration: underline;
}
.greybg {
	background-color: #999999;
}

