/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F1F1F1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ffb812;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffb812;
}
a:hover {
	text-decoration: none;
	color: ee2d24;
}
a:active {
	text-decoration: none;
	color: #ffb812;
}
.Title
{
/*background:url(images/bull.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:30px;
*/
font-size:24px;
color:#ffb812;
font-family:Arial, Helvetica, sans-serif;
margin-top:5px;
font-weight:bold;
margin-bottom:10px;
}





	#nav-top {
	margin:0;
	padding:0;
	text-align:center;
	padding-left:3px;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	}
	
	#nav-top li {
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:#666666;

	}
	
	#nav-top li a {
	width:145px;
	height:30px;
	display:block;
	overflow:hidden;
	padding-top:18px;
	padding-left:0px;
	text-decoration: none;
	color:#ffffff;
	
	}
	
	#nav-top li.topmenu a {
	background:url(images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:2px solid #666666;
	}
	#nav-top li.topmenu a:hover {
	border-bottom:2px solid #ffb812;
	color:#ffb812;
	}

	#nav-top li.last a {
	border-bottom:2px solid #666666;
	}
	#nav-top li.last a:hover {
	border-bottom:2px solid #ffb812;
	color:#ffb812;
	}

