body,td,th {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #CCCCCC;
}

h1 {
	height: 75px;
	color: #ECBE37; 
/*	color: #CF8431; */
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	background-image:url(Images/h1_back.jpg);
	background-repeat:no-repeat;
	padding:20px 0px 0px 20px;
	margin-bottom:0px;
	margin-left: -10px;
}

a:link {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #333333;
}

/* Menu */

#menu {
	width: 635px;
	height: 30px;
	margin: 0px;
	background-color:#2D609F;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	width: 105px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(Images/Btn_off.gif);
	background-repeat: no-repeat;
}

#menu a:hover {
	background-image:url(Images/Btn_on.gif);
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:bold 10px Arial;
	line-height: 18px;
	z-index: 100;
}

.anylinkcss a{
	float:left;
	width: 151px;
	height: 20px;
	display: inline;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-image: url(Images/Btn2_off.gif);
	background-repeat: no-repeat;
	background-color: black;
}

.anylinkcss a:hover{ /*hover background color*/
	background-image:url(Images/Btn2_on.gif);
	background-color: black;
}

.footer1 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ECBE37;
	font-weight: bold;
}

.footer3 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight:bold;
}

.footer3 a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.footer3 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer3 a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.footer3 a:visited {
	color: #999999;
	text-decoration: none;
}


.det a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.det a:hover {
	color: #ECBE37;
	text-decoration:underline;
}

.det a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.det a:visited {
	color: #999999;
	text-decoration: none;
}
