@charset "utf-8";
/* CSS Document */


.news {
height: 100px;
width: 170px;
border:none;
list-style-type: none;
}

.textright {
font-family: Arial, Helvetica, sans-serif;
margin:-10px 0 4px;
text-align:right;
}

.tabletextNOCAP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: lowercase;
}

.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-transform: capitalize;
}

.ExtraLargeSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 400px;
}


.MaxSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 529px;
}
.LargeSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 300px;
}

.MediumSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 200px;
}
.MaxTextArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 520px;
	height:80px;
	background-position: left;
	vertical-align: middle;	


}

.SmallSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100px;
}
.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ExtraSmallSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 50px;
}

/***************************************SUB NAV***********************************/
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	 
	background: #FFF url('../images/icons/underline.gif') repeat-x bottom left;
	text-align: left;
 
	
   
	  	}
	
.subnav span.title {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	display: block;
	clear: none;
	text-decoration: none;
	height: 27px;
	#height:14px;
	padding-bottom: 25px;
	padding-top:-15px;
	padding-left:10px;
	padding-right:10px; 
	}

.subnav ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right:10px; 
	height: 27px;
	}

.subnav ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:10px;
	height: 27px; 
	}

.subnav ul li a {
	margin: 0 0 0 20px;
	font-size: 1.em;
	padding: 0px 0 12px 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #AAA;*/
	text-decoration: none;
	display: block;
	height: 27px;
	}
	
.subnav ul li a:hover {
	color: #000;
	background: url('../images/icons/underline_arrow.gif') no-repeat bottom center;
	
	}
