/* CSS Document */

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #F0BA00;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #F0BA00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #F0BA00;
}
.style1 {font-size: 10px}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EABA05;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bckgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #310100;
}
.t {width:160px; margin-left:0px; margin-bottom:5px;}
.t a img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;border:0px;}
.t a:hover img {filter:alpha(opacity=75);   -moz-opacity: 0.75;   opacity: 0.75;border:0px;}