@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/_gfx_/tmplt/blue/bckgrnd.gif);
	background-color: #CCCFBC;
	padding: 20px;
}


.outerBox {
	background-color: #767E93;
	border: 1px solid #525564;
	padding: 8px;	
}
.mainBoxBorder {
	border: 1px solid #3F424E;
}

.mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #525564;
	background-color: #EDEDED;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555942;
}

.leftColumn {
	background-color: #525564;

}

a {
	color: #525564;
	text-decoration: underline;
}

a:hover {
	color: #767E93;
	text-decoration: underline;
}


.footerNav {
	font-family: "trebuchet ms", georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #929CB7;
	font-weight: bold;
	letter-spacing: 1px;
}

a.footerNav {
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	color: #B6C2CC;
}

a.footerNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.copyright {
	font-size: 12px;
	color: #C0C5CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

a.copyright {
	text-decoration: none;

}

a.copyright:hover {
	color: #F6F6F6;
	text-decoration: none;
}




.emailLink {
	color: #C3C8AB;
	text-decoration: none;
}

a.emailLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.chartHeaderRow {
	font-size: 14px;
	font-weight: bold;
	color: #525564;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.chartContents {
	padding-left: 15px;
	font-size: 13px;
	color: #525564;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.popUp {
	background-color: #EDEDED;
	border: 1px solid #767E93;
	padding: 15px;
	width: 375px;
	color: #525564;
}
 
.popUpFooter {
	color: #525564;
}