body {
	margin:0px;
	background-image:url('../images/water.gif');
	background-attachment:fixed;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align:center;
	width:800px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#EFEFEF; 
}
.copyright a { 
	text-decoration: none;
	color: #000055;
}
.topNav { 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px; 
	width: 97px;
	height:22px;
	margin:0px;
	padding:0px;
	padding-top: 8px;
	color: #444444;
}
.topNav a {
	text-decoration: none;
	color: #444444;
	display: block;
}
.topNav a:visited {
	text-decoration: none;
	color: #444444;
}
.topNav a:hover {
	text-decoration: none;
	color: #990000;
}
.tablehead {
	background-image:url(../images/boxHeader.gif);
	font-family: Arial, Helvetica, sans-serif;
	border-right: 3px solid #0C1729;
	border-left: 3px solid #0C1729;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #E5E5E5;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#0C1729;
	text-align:left;
}
.tablebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #111111;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#EFEFEF;
	border: 1px solid #CCCCCC;
	border-top: 0px;
}
.tablebody a:link { 
	text-decoration: none;
	color: #000066;
}
.tablebody a:active {
	text-decoration: none;
	color: #000066;
}
.tablebody a:visited {
	text-decoration: none;
	color: #000066;
}
.tablebody a:hover {
	text-decoration: underline;
	color: #990000;
}