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

body {
margin-top: 0px;
background-color:#636363;
background-image:url(/images/bg.gif);
background-repeat:repeat-x;
 
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
	color: #FFFFFF;
}
