/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #eaebec;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body * { 
 /*effect every element within the body tag!*/
 margin:0; /*remove all default margins!*/
 padding:0; /*remove all default padding!*/
 /*text-decoration: none; remove default underline from links*/
 border:none; /*remove default borders on images*/
 /*list-style-type: none; no bullets on lists*/
}
a:link {
	color: #000099;
}
a:visited {
	color: #660099;
}
a:hover {
	color: #ff3300;
}
a:active {
	color: #ff3300;
}
.textbody1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 20px;
}
.textbody1 p {
	padding-bottom: 15px;
}
.textbody1 table {
	margin-bottom: 15px;
}
.textbody1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px;
}
.table1_head {
	font-weight: bolder;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 13px;
}
.table1_subhead {
	font-weight: bolder;
}
.table1_note {
	font-size: 10px;
	color: #666666;
}
.table1_subtext {
	font-size: 11px;
	color: #000000;
}
.table1_columnhead {
	font-size: 11px;
	color: #333333;
	font-style: italic;
}
.textbody1subtextitalic {
	font-size: 11px;
	color: #333333;
	font-style: italic;
}
.textbody1subtext {
	font-size: 10px;
	color: #333333;
}
.textbody1bold {
	font-weight: bolder;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.textbody1bold_sp {
	font-weight: bolder;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: -10px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav p {
	padding-bottom: 19px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: underline;
}
.nav a:active {
	color: #000000;
	text-decoration: underline;
}
.subnav, .subnav_on {
	color: #FFFFFF;
	text-transform: capitalize;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.subnav_on {
	color: #CCCCCC;
}
.subnav_spacer {
	font-size: 6px;
	line-height: 6px;
}
.textbody1_banner {
	margin-left: -10px;
	margin-right: -8px;
}
.textbodyHP_boxback {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 15px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 7px;
	padding-right: 7px;
	}
.textbodyHP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
}
.textbodyHP p {
	padding-bottom: 10px;
}
.textbodyHPbold {
	font-weight: bolder;
	color: #ff1f00;
	margin-bottom: -5px;
	line-height: 14px;
}
.footer_text, .footer_text_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.footer_text_index {
	padding-left: 20px;
}
.footer_text a:link {
	color: #999999;
	text-decoration: none;
}
.footer_text a:visited {
	color: #999999;
	text-decoration: none;
}
.footer_text a:hover {
	color: #ff3300;
	text-decoration: underline;
}
.footer_text a:active {
	color: #ff3300;
	text-decoration: underline;
}
hr {
    border: 0;
    width: 450px;
    color: #000000;
    background-color: #000000;
    height: 1px;
	margin-bottom: 15px;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 15px;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 15px;
}
.content_sm1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.content_sm2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	margin: 3px;
	text-align: left;
}