body {
	scrollbar-face-color: #FFA310;
	scrollbar-shadow-color: #FFA310;
	scrollbar-highlight-color: #FFA310;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FFFBDF;
	scrollbar-arrow-color: #FFFBDF;
	margin: 0px;
}

/* Text Styles */
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.copyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
}
.copyreverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
}
.copyblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.present {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0033;
	font-weight: normal;
}
.subheadReverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0033;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

/* Navigation Styles */
.subnavBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFA310;
	border-left-color: #FFA310;
}
.pageBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFA310;
}

/* Link Styles */
a:link.sublinksw {
	color: #CC0033;
	text-decoration: none;
}
a:visited.sublinksw {
	color: #CC0033;
	text-decoration: none;
}
a:hover.sublinksw {
	color: #FF9933;
	text-decoration: none;
}
a:active.sublinksw {
	color: #FF9933;
	text-decoration: none;
}
.sublinksw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.smallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.tableBorder {
	border: 1px dotted #FFA310;
}
a:link.subhead {
	color: #CC0033;
	text-decoration: none;
}
a:visited.subhead {
	color: #CC0033;
	text-decoration: none;
}
a:hover.subhead {
	color: #FF9933;
	text-decoration: none;
}
a:active.subhead {
	color: #FF9933;
	text-decoration: none;
}

