/* CSS Document */
body {
	background-color: #000000;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	line-height: 17px;
}
a {
	color: #f29401;
	text-decoration:none;
}
a:hover {
color: #4FBB00;
text-decoration:none;
}

a:active {
color: #4FBB00;
text-decoration:none;
}

/*a:visited {
color: #000000;
text-decoration:none;
}*/

#topmenu {
	left: 500px;
	top: 84px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5AC00;
	height: 18px;
	width:360px;
	position: absolute;
	letter-spacing: 1px;
	text-align: right;
}

#topmenu a{
color: #F5AC00;
text-decoration:none;
}

#topmenu a:hover {
color: #000000;
text-decoration:none;
}

table {
	left: 55px;
	top: 172px;
	position: absolute;
	overflow: visible;
	width: 808px;
}


td.menu a {
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	/*letter-spacing: 1px;*/
	font-weight: bold;
	color: #4FBB00;
}

/*td.menu a: link {
    color: #000000;
    text-decoration:none;
	
}*/

td.menu a:hover {
	text-decoration:none;
	color: #000000;
}

td.menu a: active {
    text-decoration:none;
	color: #4FBB00;
}

/*td.menu a: visited {
    text-decoration:none;
	color: #000000;
}*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


td.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F29401;
	font-weight: normal;
}
