@charset "utf-8";
/* CSS Document */

body {
	
	font-family: Arial, Helvetica, sans-serif;
	
	}



.boxlinks a:link {
	color: #212B58;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.boxlinks a:active {
	color: #212B58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.boxlinks a:visited {
	color: #374795;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.boxlinks a:hover {
	color: #212B58;
	text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:5px;
	line-height: normal;
}
	
	
	
	
	
.links_pdfs a:link {
	color: #313F82;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.links_pdfs a:active {
	color: #313F82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.links_pdfs a:visited {
	color: #374795;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.links_pdfs a:hover {
	color: #212B58;
	text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	

}
	
	
	
	
.small_10 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.small_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.link_bold a:link {
	color: #163C74;
	text-decoration: none;
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link_bold a:active {
	color: #163C74;
	text-decoration: none;
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link_bold a:visited {
	color: #163C74;
	text-decoration: none;
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link_bold a:hover {
	color: #163C74;
	text-decoration: underline;
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.blue_bold {
	font-size: 16px;
	font-weight: bold;
	color: #0C3674;
	
}

.blue_title {
	font-size: 18px;
	font-weight: bold;
	color: #0C3674;
	margin-top:5px;
	margin-bottom:5px;

	
}

.red_bold {
	font-size: 16px;
	font-weight: bold;
	color: #AA0000;	
}

.bold_green {
	font-size: 16px;
	font-weight: bold;
	color: #303D0A;
}
.faq {
	
	padding: 5px;
	margin-left: 20px;
	width:640px;
	
}
.rightbox {
	width:210px;
	padding: 5px;
	border: thin solid #333;
	background-color:#E2E1CD;
}.gray {
	color: #333;
}
.small_message {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	margin-top:3px;
	color:#030;}
	
	.p7tbsub {
	background-color: #323222;
	border: .1px solid #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	layer-background-color: #FFFFFF;
	padding:5px;
	
}
.p7tbsub p {margin: 0px; padding: 6px 12px 12px 6px;}
.p7tbsub a:link {color: #ffffff;
text-decoration:none;}
.p7tbsub a:visited {
	color: #E9E9E9;
	text-decoration:none;
}
.p7tbsub a:hover {
	color: #CFCB9C;
}
.p7tbsub a:active {color: #CFCB9C;}
.p7tbdn {color: #FF9900 !important; font-weight: bold;}


.quotebox{
	margin-left:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-right: 20px;
}

.rounded_box {
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: -3px 5px 8px #B5B5B5; /* FF3.5+ */
	-webkit-box-shadow:-3px 5px 8px #B5B5B5;/* Saf3.0+, Chrome */
	box-shadow: -3px 5px 8px #B5B5B5; /* Opera 10.5, IE 9 */
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #B5B5B5); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #B5B5B5)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#B5B5B5'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#B5B5B5')"; /* IE8 */
	padding:10px;
	border: thin solid #213F4E;
}

.maheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;}
