@charset "utf-8";
html {
	background-color: #6ccef5;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body {
	margin-top: 0px;
}
.tbannerbg {
	background-image: url(images/banner_home.jpg);
	background-repeat: no-repeat;
	height: 86px;
}
.homebodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/bottomnav_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
}
.bottomnav  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomnav a:visited {
	color: #6ccef5;
	text-decoration: none;
}
.bottomnav a:visited:hover {
	color: #6ccef5;
}
.bottomnav a:hover {
	color: #6ccef5;
}
h4 {
	color: #0069AF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8C8C8C;
}
