@charset "UTF-8";
/* CSS Document */
<!--
html, body {
	background-color: #E0F4FD;
	margin: 0px;
	color: #333333;
	list-style-image:url(../images/15.jpg);
	list-style-position: outside;	
	background-image: url(../bg/alt.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

a:link {
	color: #00465E;	text-decoration: none;}
	
a:visited {
	text-decoration: none; color: #006699;}
	
a:hover {
	text-decoration: none; color: #00CC33;}
	
a:active {
	text-decoration: none;	color: #3333CC;}

#main {
	width:100%;
	background-image: url(../bg/top.gif);
	background-repeat: repeat-x;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	}
	
#footer {
	width:100%;
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	text-align:center;
	color:#333;
	font-size:12px;	
	background-color: #E0F4FD;
	}

.sm  {
	color: #00465E;
	font-size: 12px;
	text-align: center;
	padding: 3px;
}
.grn {
	color: #207C3C;
	font-weight:bold;}