* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.white {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.nobr {
	white-space: nowrap;
}

.indextable {
	margin-top: 0px;
	margin-left: 0px;
}
.leftnav {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	padding: 10px;
}
.kicker {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration:none;
	}
.headlineBlue {
	font-size: 14px;
	font-weight: bold;
	color: #006eb5;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	color: #8c475a;
}
.headline2 {
	font-size: 16px;
	font-weight: bold;
	color: #8c475a;
	text-decoration: none;
}

.headline3 {
	font-size: 20px;
	font-weight: bold;
	color: #8c475a;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}
.style5 {
	color: #8c475a;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}
.style6 {
	color: #8c475a;
	font-style: italic;
	text-decoration: underline; 
	font-size: 12px;
	line-height: normal;
}
.captionLarge {
	color: #8c475a;
	font-style: italic; 
	font-size: 12px;
	line-height: normal;
}
.caption {
	color: #8c475a;
	font-style: italic; 
	font-size: 10px;
	line-height: normal;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #8c475a;
}
.preheadline {
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
.footer {
	font-size: 10px;
	color:#FFFFFF
}
.footnote {
	font-size: 10px;
	color:#000000
}
.footer a {
	font-size: 9px;
	color:#FFFFFF
}
strong.footer {
	font-size: 9px;
	font-weight: bold;
	color:#FFFFFF
}
span.reg {
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
}
span.reg_headline {
	font-size: 10px;
	line-height: 14px;
	vertical-align: top;
}
a.headline {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #8c475a;
}

.calloutBoxPurple {
	padding:10px;
	color: #78496a;
	border:#78496a;
	border:groove;
	background:#f8f3f6;
}

.calloutHeaderPurple {
	font-size: 14px;
	font-weight: bold;
	color: #78496a;
}

.calloutBoxOrange {
	padding:10px;
	color: #ea7f1e;
	border:#ea7f1e;
	border:groove;
	background:#ffeeda;
}
