/* CSS Document */

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}
.body_text_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	text-align: center;
}


.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer_links a:link {color: #666666;}
.footer_links a:visited {color: #666666;}
.footer_links a:hover {color: #FFCC00;}
.footer_links a:active {color: #666666;}


.standard_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
.standard_links a:link {color: #0000FF;}
.standard_links a:visited {color: #0000FF;}
.standard_links a:hover {color: #FF9900;}
.standard_links a:active {color: white;}

.subhead_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #7285A6;
}
.side_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}
.side_links a:link {color: #0000FF;}
.side_links a:visited {color: #0000FF;}
.side_links a:hover {color: #FF9900;}
.sidelinks a:active {color: #0000FF;}

.subhead_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-align: left;
	font-weight: bold;
}
.subhead_3_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

.formbox {
	width: 125px;
	border: 1px solid #5D66AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

 .super {
	vertical-align: text-top;
	font-size: 9px;
}
.body_text_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	line-height: 20px;
}
.home_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EBA910;
}
.location_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.location_text_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.IR_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B7091;
	font-weight: normal;
}
.IR a:link {color: #5B7091;}
.IR a:visited {color: #5B7091;}
.IR a:hover {color: #FF9900;}
.IR a:active {color: #5B7091;}

table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

