body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0B1112;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#B5C1CA;
	padding-left:20px;
	font-size: 1.3em;
	color: #36517F;
	/*font-weight:normal;*/
	margin-top: 8px;
	margin-bottom: 8px;
	text-decoration:none;
}
h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left:20px;
	font-size: 1.1em;
	color: #36517F;
	/*font-weight:normal;*/
}
h2 a:hover{
	text-decoration:underline;
	color: #36517F;
}
h2 a{
	
	color: #36517F;
}


h3 {
	font-size:1.1em;
}
.h1_white {
	font-family: Arial, Helvetica, sans-serif;
	padding-left:20px;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight:bold;
}
a.h1_white:hover {
	color: #FFFFFF;
}
.h1_whitev2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:20px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#36517F;
	padding-left:20px;
	font-size: 1.1em;
	color: #ffffff;
	font-weight:bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
a {
	color: #3631FF;
	text-decoration:none;
}
a:hover {
	color: #3631FF;
	text-decoration:underline;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.tab {
	border-top:1px solid #36517F;
	border-right:1px solid #36517F;
	border-bottom:1px solid #36517F;
	background-color: #E6EDF3;
}
.tabempty {
	border-bottom:1px solid #36517F;
}
.tabrow {
	border-left:1px solid #36517F;
}
.tabrow_bottom {
	border-left:1px solid #36517F;
	border-right:1px solid #36517F;
	border-bottom:1px solid #36517F;
	background-color: #B5C1CA;
}
.tabselected {
	border-top:1px solid #36517F;
	border-right:1px solid #36517F;
	border-bottom:1px solid #B5C1CA;
	background-color: #B5C1CA;
}
.bg_dark {
	background-color: #36517F;
	color:#FFFFFF;
}
.bg_mid {
	background-color: #71808D;
	color:#FFFFFF;
}
.bg_mid_light {
	background-color: #7180A0;
	color:#FFFFFF;
}
.bg_mid_light a {
	color:#FFFFFF;
}
.bg_light {
	background-color: #B5C1CA;
	color:#36517F;
}
.bg_v_light {
	background-color: #E6EDF3;
}

.bg_white {
	background-color: #FFFFFF;
}
.bg_orange {
	background-color: #E19940;
}

.bg_light_green {
	background-color: #A2BD30;
}

.font_white {
	color: #FFFFFF;
	text-decoration:none;
	padding-left:20px;
}
.font_white:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.font_mid {
	color: #424B4B;
}
.font_black {
	color: #000000;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}
.menu {
	color:#FFFFFF;
	font-size:1.2em;
	text-decoration:none;
}
.menu:hover {
	color:#E19940;
	font-size:1.2em;
	text-decoration:none;
}
.content_indent {
	padding-left:20px;
	padding-right:20px;
	/*padding:0 0 0 20px;;	*/
}
p {
	padding:0 20px;
	
}
.orangetext {
	color: #E19940;
	/*color: #FF6600;*/
}
.lighttext {
	color: #36517F;
	/*color: #FF6600;*/
}
.bold {
	font-weight:bold;
}
.image_desc_text {
	font-size:10px;
	font-weight:bold;
	color:#777;
}
a img {
	border: none;
}
.tbl_collapse {
	margin-top:15px;
	border-collapse:collapse;
}
.red_disclaim_text {
	color:#f00;
	font-style:italic;
	font-size:9px;
	text-align:center;
}
.month_header_text {
	color:#999;
	font-size:24px;
	font-weight:bold;
}
.dbl_line_height {
	line-height:200%;
}
.alignL {
text-align:left;
}
.alignR {
text-align:right;
}
#acro_dl {
	font-size: 10px;
	text-align: center;
	margin: 0px 20px;
	border-top: 1px solid  #7180a0;
	margin-top:12px;
	padding-top:8px;
}
ul.nobull {
	list-style-type: none;
	list-style-position: outside;
	margin-left:20px;
	line-height: 1.5em;
}
td.vert_left {
	border-left: 1px solid  #7180a0;
}
.red {
	color: #f00;
}
.leftmarg20 {
	margin-left: 20px;
	padding-left: 20px;
	display: block;
	border-left: 20px solid #fff;
}
.padR_20px {
	padding-right: 20px;
}
hr {	/*		used for SERPs	*/
	height:1px;
	border:0;
	color:#B5C1CA;
	background-color:#B5C1CA;
	margin: 0px 20px;
}

.button {
	background-color: #7180A0;
	color:#FFFFFF;
	width: 200px;
	background-image:url(/images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	border:0px;
	height:19px;
	text-align:left;
	padding-left:10px;
	text-decoration:none;
}

.button:hover {
	color: #E19940;
	cursor:pointer;
}
