/* CSS Document */

body,td,th,p {
	font-size: 12px;
	/*line-height: 24px;*/
	color: #272E6C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



body {
	background-color: #3B4686;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 14px;
	font-weight:bold;
	color: #272E6C;
	text-transform: uppercase;
}
a:link {
	color: #2A6C39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A6C39;
}
a:hover {
	text-decoration: underline;
	color: #EF3C3E;
}
a:active {
	text-decoration: none;
	color: #EF3C3E;
}


.topcell {
	color: #272E6C;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	background-image: url(images/hometextbg.jpg);
	background-color: #F1F7FA;
}
.footer {
	line-height: 18px;
	color: #EEEBF1;
}
.footerlink:link {
	text-decoration:none;
	color: #EEEBF1;
}
.footerlink:visited {
	text-decoration:none;
	color: #EEEBF1;
}
.footerlink:hover {
	text-decoration:underline;
	color: #F7EC97;
}
.footerlink:active {
	text-decoration:underline;
	color: #F7EC97;
}
.bluelink:link {
color: #B7B9CB;
text-decoration: none;
}
.bluelink:visited {
color: #B7B9CB;
text-decoration: none;
}
.bluelink:hover {
color: #FFFFFF;
text-decoration: underline;
}
.bluelink:active {
color: #FFFFFF;
text-decoration: underline;
}
.homewrapper {
	width: 873px;
	border: 1px solid #FFFFFF;
	margin: auto;
	background-image: url(images/intbg.jpg);
	background-repeat: repeat-y;
	background-color: #F1F7FA;
}
.homebtmtext {
	line-height: 18px;
	padding-right: 25px;
	padding-left: 35px;
	text-align: left;
}
.emphasized {
	font-size: 10px;
	font-style: italic;
	color: #7CCFEB;
	line-height: 12px;
}
.bodycontentwrap {
	width: 810px;
	text-align: left;
	margin: auto;
	line-height: 24px;
}
.footerarea {
	color: #FFFFFF;
}
.intbtmtext {
	font-size: 10px;
	font-style: italic;
	color: #ABAEC4;
	text-align: center;
}
.style1 {color: #B7B9CB}
.style2 {color: #FF0000}