a {  font-family: Verdana,Arial,Helvetica,sans-serif; color: #647b11; text-decoration: none; font-size: 11px;font-weight: bold;}
a:hover { font-family: Verdana,Arial,Helvetica,sans-serif; color: #98c008; text-decoration: underline; font-size: 12px;font-weight: bold;}

.menu {  font-family: Verdana,Arial,Helvetica,sans-serif; color: #FFFFFF; text-decoration: none; font-size: 11px;font-weight: bold;}
.menu:hover { font-family: Verdana,Arial,Helvetica,sans-serif; color: #000000; text-decoration: none; font-size: 12px;font-weight: bold;} 

body,td {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menuoff {
	background-image: url(/images/menu-off.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 150px;
	padding-left: 15px;
	cursor: hand;
}
.menuon {
	background-image: url(/images/menu-on.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 150px;
	padding-left: 15px;
	cursor: hand;
	color:#000000;
	font-size:12px;
}

#divSearch {
	position:absolute;
	/*width:419px;
	height:54px;*/
	z-index:1;
	left: 585px;
	top: -13px;
}

.searchTxt {
	font-family:'courrier new',sans-serif;
	font-size:12px;
	width:250px;
	height:18px;
	padding:0px;
	background-color:#EEEEEE;
	color:#000000;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;

}
.searchBtn {
	position:relative;
	top:5px;
}

.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
