body {
	margin: 0px;
	padding: 0px;
}
body,td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.searchTxt {
	font-family:'courrier new',sans-serif;
	font-size:12px;
	width:250px;
	height:20px;
	padding:0px;
	background-color:#EEEEEE;
	color:#000000;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;

}
.searchBtn {
	position:relative;
	top:5px;
}.rightCol {
	background-color: #DEDFDF;
	background-image: url(/images/rightColBg.jpg);
	background-repeat: no-repeat;
}

.menuoff {
	background-image: url(/images/menu-off.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	padding-left: 15px;
	cursor: hand;
}
.menuon {
	background-image: url(/images/menu-on.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	padding-left: 15px;
	cursor: hand;
}
h1 {
	font-size: 17px;
	font-weight: bold;
}
h2 {
	font-size: 9px;
}
li {
	font-size: 12px;
	font-weight: bold;
}

#td_strong strong{
 font-size: 12px;
 font-weight:normal;
}

#td_strong em{
 font-size: 12px;
 font-style:normal;
}

.bold{
	font-weight:bold;
}

a:link,a:visited {
	font-weight: bold;
	color: #a6a952;
	text-decoration: none;
}
a:hover,a:active {
	font-weight: bold;
	color: #346110;
	text-decoration: none;
}
