 ul {margin:0; padding:0; list-style:none; line-height:16px;}
 li { padding-left:7px; background:url(images/arrow_3.gif) no-repeat left top}
table { 
	border:0px;
}
form{
 	margin:0px;
  	padding:0px;
	}
body{
 	margin:0px;
  	padding:0px;
	background-color:#FFFFFF;
	}

td, input, textarea{
	font-size:11px;
    font-family:Tahoma;
	color:#373737;
	line-height:14px;
	vertical-align:top;
	margin:0;	
}
input, textarea{
	font-size:10px;
}
input{
	width:169px;
	height:18px;
	padding-left:5px;
}

a {
	text-decoration:underline;
	color:#d66820;
}

a:hover {
	text-decoration:none;
	color:#d66820;
}

.text{
	font-size:11px;
    font-family:Tahoma;
	color:#444444;
	line-height:13px;
	vertical-align:top;
}
.orange{
	color:#d66820;
	line-height:20px;
}
.grey{
	font-size:14px;
	line-height:12px;
	color:#939495;
}
.white{
	font-size:11px;
	line-height:12px;
	color:#FFFFFF;
}
.grey_sm{
	font-size:10px;
	line-height:11px;
	color:#939495;		
}
.orange_sm{
	font-size:10px;
	line-height:12px;
	color:#d66820;
	
}
.orange_h2{
	font-size:14px;
	line-height:14px;
	color:#d66820;
	
}
.href{
	color:#d66820;
}
.href_sm{
	font-size:10px;
	line-height:8px;
	color:#d66820;
}
.href_orange{
	font-size:10px;
	color:#d66820;
}
.href_orange a{
	font-size:10px;
	color:#d66820;
}
.href_w a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.details{
	font-size:9px;
	color:#d66820;
	text-decoration:underline;
}
.details:hover{	
	font-size:9px;
	color:#d66820;
	text-decoration:none;
}
.green{
	color:#91A23D;
}
.small{
	font-size:10px;
	color:#747474;
}
.small a{
	text-decoration:none;
	font-size:10px;
	color:#747474;
	
}
.small a:hover{
	font-size:10px;
	color:#747474;
	text-decoration:underline;
}


/* Drop Down Menu */


#dropmenudiv{
	position:absolute;
	color:white; 
	border:1px solid #1C6ACF;
	font:normal 12px Tahoma;
	line-height:14px;
	background-color:#093B84;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	color: white;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #1C6ACF;
}

#dropmenudiv a:hover{ 
	background-color: #1C6ACF;
	color:white;
}


/* Drop Down Menu End */