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:15px;
	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;
}

a:link,a:visited {
	font-weight: bold;
	color: #3F5B66;
	text-decoration: none;
}
a:hover,a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.menu:link, .menu:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu:hover, .menu:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.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;
}

#divSearch {
	position:absolute;
	/*width:419px;
	height:54px;*/
	z-index:1;
	left: 585px;
	top: -13px;
}

#divCorpSite{
	clear : both;
	margin-left:auto;
	margin-right:auto;
	width: 984px;
}

.green{
 color:#1c3705;
}

.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}