.standard {
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bold {
	font-size: 18px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.fine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999:
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
}
h1 {
	font-size: 1.8em;
	font-style: normal;
	padding: 0
}
h2 {
	font-size: 1.6em;
	font-style: normal;
}
h3 {
	font-size: 1.2em;
	font-style: normal;
}

h4 {
	font-size: 1em;
	font-style: normal;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
hr {
	height: 1px;
	color: #BBBBBB;
	padding: 5px;
}
