body { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 0px; 
	color: #666666;
}

select, input { font-size: 11px; }

td { vertical-align: top; }
a { color: #0852b3; }
a:hover { color: #ff7900; text-decoration: underline; }

h1 { 
	font-weight: bold; 
	font-size: 14px; 
	color: #ff7900; 
	margin: 0px 0px 15px 0px; 
}

h1 a {
	color: #ff7900;
	text-decoration: none;
}

h1 a:hover {
	color: #ff7900;
	text-decoration: underline;
}

h2 { 
	font-weight: bold; 
	font-size: 13px; 
	color: #0852b3; 
	margin: 0px 0px 10px 0px;
}

h2 a {
	color: #0852b3;
	text-decoration: none;
}

h2 a:hover {
	color: #0852b3;
}

p { padding: 0px; margin:0px 0px 10px 0px; }

form { padding: 0px; margin: 0px; }

.color_orange {
	color: #ff7900;
}

.blue_caption {
	color: #0852b3;
	font-size: 12px;
}

.imgBorder {
	border: 1px solid #e6e4e4;
}

.dash_bottom {
	background-image: url(/images/bg_dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.dash_top {
	background-image: url(/images/bg_dash.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*************** homepage content boxes ********************/
.cb_body {
	background-color: #ffffff;
	padding: 5px 5px 10px 5px;
}

.cb_bottom {
	background-image: url(/images/bg_cb_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.cb_title {
	background-image: url(/images/bg_cb_title.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top: 19px;
	padding-bottom: 2px;
	padding-left: 7px;
}

.cb_title_top {
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-left: 7px;
	vertical-align: bottom;
	padding-bottom: 2px;
	padding-top: 31px;
	background-repeat: no-repeat;
}

#cb_title_left {
	background-image: url(/images/bg_cb_title_left.gif);
}

#cb_title_middle {
	background-image: url(/images/bg_cb_title_middle.gif);
}

#cb_title_right {
	background-image: url(/images/bg_cb_title_right.gif);
}

#cb_login {
	background-image: url(/images/bg_cb_login.gif);
	background-repeat: no-repeat;
	width: 307px;
	height: 61px;
	font-size: 10px;
	color: #ffffff;
}



ul {
}

li {
}

.oddrow {
	background-color: #ebf4fd;
	padding: 3px;
}

.evenrow {
	background-color: #FFFFFF;
	padding: 3px;
}

.tableHeader {
	background-image: url(/images/bg_title.gif);
	background-repeat: repeat-x;
	height: 23px;
}

.formSection {
	background-image: url(/images/bg_form_title.gif);
	background-repeat: repeat-x;
	height: 21px;
	color: #ffffff;
	padding: 3px 7px 0px 7px;
}

.tableHeader a,
.tableHeader a:hover,
.formSection a,
.formSection a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.fieldLbl {
	padding: 4px 8px 2px 2px;
	text-align: right;
}

.fieldVal {
	padding: 2px;
}

.hilite {
	font-weight: bold;
}

dl.faq dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dl.faq dd {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
