
body {
	margin: 0px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nobr {
	white-space: nowrap;
}
table.main {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	background-color: #ffffff;
	background-image: url(../img/bg.jpg);
}
td.leftnav {
	padding-top: 65px;
}
td.content {
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 85px;
}
p:first-child, p.first-child {
	margin-top:0;
}
p:last-child, p.last-child {
	margin-bottom:0;
}
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;
	margin-bottom:15px;
}

ul.bulletListX {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListX {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletListX li {
	margin-top: 0px;
	padding-left: 14px;
	background-image: url(../img/bullet-x.gif);
	background-repeat: no-repeat;
}

ul.bulletListArrows {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListArrows {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletListArrows li {
	margin-top: 0px;
	padding-left: 18px;
	background-image: url(../img/bullet-arrows.gif);
	background-repeat: no-repeat;
}

ul.bulletListDollars {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListDollars {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletListDollars li {
	margin-top: 0px;
	padding-left: 18px;
	background-image: url(../img/bullet-dollars.gif);
	background-repeat: no-repeat;
}

ul.bulletListRed {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletListRed {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	padding-left: 0px;
	list-style: disc;
	color:#d92d27;
}
#bulletListRed li {
	margin-top: 0px;
	padding-left: 0px;
}
ol.numList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.numList {
	padding-top: 0px;
	margin-top: 0px;
	list-style-type: decimal;
	margin-left: 22px;
	padding-left:0px;
}
.numList li {
	margin-bottom:15px;
}
.headline {
	font-size: 22px;
	font-weight: bold;
	color: #12023e;
}

a.home, a.home:visited {
	font-weight: bold;
	color: #a22136;
}
a.home:hover {
	text-decoration: none;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
}
.issueText {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	font-style: italic;
}
.white_text {
	color: #FFFFFF;
	font-weight: bold;
}
.copyright {
	font-size: 9px;
	color: #999999;
}
div.white {
	background-color: #FFFFFF;
	padding: 10px;
}
sup {
	line-height: inherit;
	vertical-align: top;
}
.footnote {
	font-size: 9px;
}
.callout {
	color:#10386a;
	font-size:14px;
	font-style:italic;
}