body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color: #999999;
}

/* Menu */

#menu {
	width: 700px;
	margin: 0;
	background-color:#7A7363;
	padding-bottom: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	width: 111px;
	margin: 1px 2px 0px 2px;
	padding-top: 7px;
	padding-bottom: 0;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-image: url(Images/BlankButton3.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}

#menu a:hover {
	background-image:url(Images/BlankButton4.gif);
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:bold 10px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #CCCCCC;
}

.anylinkcss a{
	float:left;
	width: 111px;
	height: 30px;
	display: inline;
	top: 15px;
	border-bottom: 1px solid black;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-image: url(Images/BlankButton5.gif);
	background-repeat: no-repeat;
	background-color: black;
}

.anylinkcss a:hover{ /*hover background color*/
	background-image:url(Images/BlankButton6.gif);
	background-color: black;
}
.table_head {
	color: #000000;
	background-color: #ECBE35;
	font-weight: bold;
}
h3 {
	color: #DF5900;
	margin: 0px 0px 0px 9px;
}
h5 {
	color: #ECBE35;
	margin: 0px;
}
.main {
	background-image:url(Images/bck_4.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: 0 0;
}
.thin_border {
	border-bottom:1px solid #5A460A; 
	border-right:1px solid #5A460A;
}
.input_text {
	background-color:#F8E6AF;
	font-family:Arial, Helvetica, sans-serif;
}
