/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a {
	color:#0072ba;
	text-decoration: none;
}
a:hover {
	color:#0072ba;
	text-decoration: underline;
}
.content {
	padding: 15px;
}

.bigheadline {
	font-size: 14px;
	font-weight: bold;
	color:#0072ba;
	text-decoration: none;
}
.bigheadline2 {
	font-size: 18px;
	font-weight: bold;
	color:#0072ba;
	text-decoration: none;
}
.headline {
	font-size: 12px;
	color:#0072ba;
	text-decoration: none;
}
.kicker {
	color: #0072ba;
	font-weight: bold;
}
.subhead {
	font-size: 12px;
	color:#0072ba;
	font-weight:bold;
}
.bigbracket {
	font-size: 14px;
	font-weight: bold;
	color: #ffcc04;
	text-decoration: none;
}
.bracket {
	font-size: 12px;
	color: #ffcc04;
	text-decoration: none;
}
.link {
	font-size: 12px;
	color: #0072ba;
	font-weight:bold;
	text-decoration: none;
}
.link2 {
	font-size: 12px;
	color: #ffcc04;
	font-weight:bold;
	text-decoration: none;
}
.footer_links {
	font-size: 11px;
	color:#333;
	text-decoration: none;
}
.footnote {
	font-size: 10px;
}
.red {
	color: #d71921;
}
.blue {
	color: #0072ba;
}
.white {
	color:#FFF;
}
.callout_blue {
	padding:15px;
	color:#FFF;
	background-color: #0072ba;
}

table.blue_wrapper {
	border: 10px solid #0072ba;
}
table.blue td {
	background-color: #0072ba;
	color: #FFF;
}
table.blue td.highlight {
	background-color: #c3cbe5;
	color: #0072BA;
	font-weight: bold;
}
.caption {
	text-align:center;
	font-size:10px;
	padding:2px;
	color: #0072ba;
}
.caption_yellow {
	text-align:center;
	font-size:12px;
	padding:2px;
	color: #FFF;
	background-color: #deb406;
}
sup {
	vertical-align: top;
	line-height: inherit;
}
.disclaimer {
	font-size:8px;
	color:#333;
}
.disclaimer {
	font-size:8px;
	color:#333;
}
.poweredby {
	font-size:9px;
	color: #999;
}
