@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:images/bg.png;
	font:Verdana, Geneva, sans-serif;
	color:#999;
	margin-top:0;
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: underline;
	color: Red;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
	color: Red;
	font-style: normal;
}

a:visited {
	text-decoration: underline;
	color: Red;
	font-style: normal;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: gray;
	text-decoration: none;
}

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	color:#FFF
	text-decoration: none;
}

.topnav a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.topnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.topnav a:hover {
	text-decoration: underline;
	color: Red;
}