body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
}
.bold {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a,
a:link,
a:visited,
a:active {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.footer {
	background: #000000;
	border-top: 2px solid #FDA801;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
	color: #FDA801;
	text-decoration: none;
}

.footer a:hover {
	color: #FDA801;
	text-decoration: underline;
}

.notes {
	font-size: 11px;
	color: #000000;
}
.notes a:hover,
.notes a:link,
.notes a:visited,
.notes a:active {
color: #AD0000;
text-decoration:none;
}

.header {
	font-size: 18px;
	font-weight: bold;
	color: #AD0000;
}
.headerBlack {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.Trade {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #AD0000;
}
.subheadBlack {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}