a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.nobold {
	font-weight:normal;
}
h1 {
	font-family: "Hobo Std", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	line-height: 16px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 2px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	margin-bottom: 2px;
}
p {
	margin-bottom: 3px;
	margin-top: 7px;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
