* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_blue.gif);
	background-repeat: repeat-x;
	background-color: #3567cd;
}

.nobr {
	white-space: nowrap;
}

.thumbnail {
	margin-left: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

td.chart_header {
	background-color: #233e91;
	color: #FFFFFF;
	font-weight: bold;
}
table.chart {
	border: 2px solid #233e91;
	background-color: #233e91;
}
td.chart_data {
	background-color: #FFFFFF;
	color: #000000;
}
.photo_caption {
	font-size: 10px;
}
table.issue_text {
	background-color: #233e91;
}
.issue_text {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 14px;
}

.submashead_accent {
	background-color: #233e91;
}
.footer_accent {
	background-color: #CC6633;
}
.leftnav {
	padding-top: 20px;
	background-color: #CC6633;
}
.content {
	padding: 20px;
	background-color: #FFFFFF;
}

.headline{
	font-size: 20px;
	font-weight: bold;
	color: #233e91;
	font-style: normal;
}
a.headline, a.headline:visited, a.headline:active, a.headline:active {
	font-size: 20px;
	font-weight: bold;
	color: #233e91;
	font-style: normal;
}
a.headline:hover {
	font-size: 20px;
	font-weight: bold;
	color: #233e91;
	font-style: normal;
	text-decoration: underline;
	color: #cc6633;
}

.kicker {
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.subhead {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #233e91;
}
.footnote {
	font-size: 9px;
	color: #000000;
}
.footer {
	font-size: 9px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #233e91;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc6633;
}
a:hover {
	text-decoration: underline;
	color: #cc6633;
}
a:active {
	text-decoration: none;
}

p.listIntro {
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	padding-left: 0px;
	list-style: disc;
}
#bulletList li {
	margin-top: 0px;
	padding-left: 0px;
}
sup {
	line-height: 100%;
	vertical-align: top;
	font-size: 70%;
}
.headline sup {
	line-height: 100%;
	vertical-align: top;
	font-size: 60%;
}