body, p, td, th, ul, li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #333333;
	font-weight: normal;
	line-height: 130%;
}

/* text styles */

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	color: #13135e;
	line-height: 22px;
	
}

h2 {
	color: #fc761d;
	font-size: 16px;
	font-weight: normal;
}

h3 {
color: #fc761d;
font-size: 14px;
font-weight: normal;

}
/* default link styles */
a { font-weight: bold; color: #7270a4;
	text-decoration: none; }

a:link { color: #7270a4;
	text-decoration: none;
}
a:visited {
text-decoration: none;
	color: #7270a4;
}
a:hover {
	text-decoration: underline;
	color: #fc761d;
}
a:active {
text-decoration: underline;
color: #7270a4;
}

th {font-weight: bold; font-size: 12px; }
.datetext {
	color: #fc761d;
	font-size: 11px;
}

.smalltext { font-size: 11px; }
.caption {
	color: #333;
	font-size: 11px;
	background-color: #f3f3fc;
}

.criteria {
	color: #999;
	font-size: 12px;
}

.toptext {
	color: #fc761d;
	font-size: 11px;
}

.toptext a {
	color: #fc761d;
	font-size: 11px;
	font-weight: normal;
}

.toptext a:hover {
	color: #191b64;
}

.orangetext {
	color: #fc761d;	
}

.message {
	color: #fc761d;	
}

.hilite {
	color: #fc761d;	
	font-weight: bold;	
}

.footertext {
	font-size: 10px;
}

.imglogo {
	border: none;
	margin: 2px;
}

.footlogo {
	border: none;
	margin: 5px 20px 5px 20px;
}

.imgnews {
	border: none;
	margin: 2px;
}

.imgnewsbox {
	border: none;
	margin: 5px;
	float:left;	
	font-size: 10px;
	font-style: italic;
}

.imgbox {
	border: none;
	margin: 5px;
	float:left;		
}

.headtext {
	font-weight:bold;
	font-size: 14px;
}

/* form styles */

input {
	padding:2px;
	font-size: 12px;
}

.forminput {
/*	border: 1px solid #fc761d; */
	padding:2px;
	font-size: 12px;
}

.forminputside {
/*	border: 1px solid #fc761d; */
	padding:2px;
	font-size: 12px;
	width: 160px;
	overflow: hidden;
	
}

.forminputselect {
/*	border: 1px solid #fc761d; */
	padding:2px;
	font-size: 12px;
	width: 200px;
}

.headsearchbox {
	width: 246px; height: 33px; background: url(../_images/bg_search.gif) no-repeat;	
}

.inputsearch {
	border: 1px solid #7270a4;
	padding: 2px;
	width: 136px;	
}

.searchbutton {
font-size: 14px;
background-color: #7270a4;
color: #ffffff;
font-weight: bold;
padding: 2px 4px;
border: none;
} 

.formtable {
	background-color: #f3f3fc;
	font-weight: normal;
}

.formtablewhite {
	background-color: #ffffff;
	font-weight: normal;
}

.formtablesmall {
	background-color: #f3f3fc;
	font-size: 12px;
}

.formtablesmall td, .formtablesmall p {
	font-size: 12px;
	font-weight: normal;
}

.formheading {
	font-weight: bold;
	font-size: 11px;
}
.formfieldlabel {
	font-weight: bold;	
}

.formbutton {
font-size: 12px;
background-color: #7270a4;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
padding: 4px;
border: 1px solid #7270a4;

} 
.formlabel {
font-weight: bold;
} 
/* backgrounds */
.bg1 {
	background-color: #f3f3fc;
}
.bg2 {
	background-color: #fff8e6;
}

.bg3 {
	background-color: #fff;
}

.buttonbox {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px;
	background-color: #fc761d;
	color: #ffffff;	
	text-align: center;
}

.buttonbox a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}		


.buttonbox a:link, .buttonbox a:visited, .buttonbox a:active {
	text-decoration: none;
	color: #ffffff;
}

.buttonbox a:hover {
	color: #191b64;
	text-decoration: none;
}

.introbox {
	background-color: #f3f3fc;
	padding: 10px;
}

.figure {
	padding: 10px;
	min-width: 150px;
	max-width: 180px;
	text-align: center;
	background-color: #f3f3fc;
}

/* table styles */
table.datatable {
	border: none;
	border-collapse: collapse;
	background-color: white;
	
}

table.datatable th {
	border-bottom: 1px solid #fc761d;	
	padding: 3px;
	font-weight:bold;
	font-size: 14px;
	background: url(../_images/bg_boxhead.jpg);
	

}

table.datatable td {
	border-bottom: 1px solid #ccc;	
	margin-top: 1px; 
	padding: 6px 3px 10px 3px;
	 background: #f3f3fc;
	 vertical-align:top;
}

.datacolumn-left {
	border-left: 1px solid #fff;
}

.datacolumn-right {
	border-left: 1px solid #fff;
	
}


