@charset "UTF-8";
/* CSS Document */


<!--
body {
	background-color: #01a8c6;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {border:0px;}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
.footertextsmall {font-size: 10px;color:#ffffff;}
.pageheader {
	color: #024e5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* for footer links */
td#nav a:link {color: #ffffff;
text-decoration: none;}
td#nav a:visited {color: #ffffff;
text-decoration: none;}
td#nav a:hover {
	color: #ffffff;
	text-decoration:underline;
}
td#nav a:active {color: #ffffff;
text-decoration: none;}

/* for more info links */
td#more a:link {color: 56ADF5;
text-decoration: none;}
td#more a:visited {color: 56ADF5;
text-decoration: none;}
td#more a:hover {
	color: orange;
	text-decoration: none;
}
td#more a:active {color: 56ADF5;
text-decoration: none;}

-->
