.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-weight: bold;
	color: #B32D00;
	text-decoration: none;
}
.firstLine:first-line {
	letter-spacing: 3pt;
	text-transform: uppercase;

}
a:hover {
	color: #CC9900;
	font-weight: bold;
	text-decoration: none;
}
.subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #CC9900;
	font-weight: bold;
	text-decoration: none;
}
.allCaps {
	text-transform: uppercase;
}
.boldText {
	font-weight: bold;
	color: #333333;
}
