body {
	color: #000;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	background-color: #919698;
}
a:link {
	color: #812990; text-decoration: none;
}
a:visited {
	color: purple; text-decoration: none;
}
a:hover {
	color: #ed1c24;
}
a:active {
	color: red;
}

.bodyWhite {
	color: #FFFFFF;
}
.bodyWhiteLink a:link  { color: #CCCCCC; text-decoration: none }
.bodyWhiteLink a:hover  { color: #999999; text-decoration: underline }

.title {
	font-size: 21px;
	font-weight: bold;
	color: #ed1c24;
}
.subtitle1 {
	font-size: 16px;
	font-weight: bold;
	color: #39569B;
}
.subtitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #39569B;
}
.subtitle1red {
	font-size: 16px;
	font-weight: bold;
	color: #ed1c24;
}
.subtitle2red {
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
}

a.blocknav {
	color: #FFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align:center;
	background-color: #000;
}
a.blocknav:hover  {
	color: #000000;
	background-color: #ffcc33;
}

.blocknavDivider {
	background-color:#79AED6;
	width:1px;
	border-bottom:#39569B 2px solid;
}

.imageRight {
	border: 1px solid #39569B;
	margin-bottom: 4px;
	margin-left: 4px;
}
.imageNormal {
	border: 1px solid #39569B;
}

.headerBG {
background-image:url(../images/home_page_header.jpg);
background-position:top;
background-repeat:no-repeat;
}

.footerBG {
background-image:url(../images/footer.gif);
background-position:top;
background-repeat:no-repeat;
}

.footerStripes {
background-image:url(../images/footer-stripes.gif);
background-position:bottom;
background-repeat: repeat-x;
}

.bodyRightColumn {
	padding: 8px;
	color: #333333;
}

.bodyLeftColumn {
padding: 8px;
}
p {
	text-align: left;
}
.balancecell {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F8CF35;
	background-color: #000;
}
#privacy a hover {
	color: #FFF;
}
.fancy  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3661AB;
	font-size: 1.25em;
	line-height: 1.25em;
}
.leftalign { float: left; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; }
.rightalign { float: right; margin-top: 5px; margin-bottom: 5px; margin-left: 10px; }