a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
acronym{
	border-bottom: 1px dotted #666666;
	cursor: help;
}
body{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 10px;
	padding: 0px;
}
h1{
	color:#000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
h2{
	color:#000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align:right;
}
h3{
	color:#000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	line-height: 14px;
	margin: 10px 0px 3px 0px;
	padding: 0px;
	text-align:left;
}
.contentleft{
	width: 23%;
}
.contentmain
{
	background-color: #f9f8f7;
	padding: 5px;
}
.contentright{
	width: 77%;
}
.greybox{
	
	background-color: #DEDEDE;
	color:#666666;
}
.greybox_topright{
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	width:10px;
}
.greybox_bottomleft{
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	width:10px;
}
.header{
	background-color: #E6E6E6;
	background: url(../img/bg-header.gif);
	font-size: 36px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: bold;
}
.subheader{
	background-color: #80C31C/*#a0522d;/*#903326; /*D6C43A;*/
}
.menubox{
	background-color: #484848;
	color:#F9F8F7;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.menubox_bottomleft{
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	width:10px;
}
.menubox_topright{
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	width:10px;
}
.menubox a{
	color:#BDBDBD;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menubox a:hover{
	color:#FFFFFF;
	font-size: 19px;
	line-height: 30px;
	text-decoration: none;
}
.menubox a.selected{   	
	color:#FFFFFF;
}
.searchbox {
	font-size: 11px;
	padding:1px 2px 1px 2px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
	text-align:right;
}
.whitebox{
	background-color: #FFFFFF;
	color:#000000;
}
.whitebox_topleft{
	width:9px;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
}
.whitebox_bottomright{
	width:9px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
.contentmain ul{
	margin:0px 0px 15px 15px;
	padding:0px;
	}

.contentmain ul li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(../img/bullet.gif) no-repeat;
	background-position:0 .6em;
	}
.hiddentable {
	border:0;	
	padding:0;		
	width:100%;
}
.bordertable {
	width:100%;
	border:1px solid #bdbdbd;
	border-collapse:collapse;
	}
	
.bordertable td {
	padding:5px;
	}
.textbox {
	margin:0px;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.dropdownlist {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}		
.button-search {
	height:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;	
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:HighlightTxt;
	}
.dottedline {
	border-bottom: silver 1px dashed;
	
}
.redfont {
	 color:Red;	
}
.smallfont {
	font-size:xx-small;	
}
.maroonfont {
	color:maroon;
}