/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #CDCEB0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	
}
.style2 {
	font-size: small;
	font-weight: bold;
}
.style3 {color: #FFFFFF}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #666600;
}
a:active {
	text-decoration: none;
	color: #666600;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#mainwrapper {
	width: 790px; margin-top: 0; margin-right:auto; margin-left:auto; 
	background-color:#fff;
	text-align:center;
	border:3px solid #4a1e06;
	}
	
#banner {
	width: inherit;
	height: 260px;
	text-align:left;
	background-image:url(topbg.jpg);
	background-repeat:no-repeat;
	}


