@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: top center;
	margin-top: 5px;
}
* html a:hover {
	visibility:visible;
}

.cssnav a:hover img {
	 visibility:hidden;
}

.cssnav a {
	display: block;
}

.footer {
	font-size:10px;
	color: #FFFFFF;
	line-height: 15px;
}

.footer a:link, .footer a:visited {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	font-size:10px;
	color: #FFA900;
	text-decoration:underline;
}