/* Defaults in case we forget to style text */
BODY
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 5px;
}

/* Default link colors */
A:link { color: #0099CC; }
A:active { color: #FFFF00; }
A:visited { color: #999999; }

/* Headings are black */
h1
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	padding: 5px;
}

/* Headings are black */
h2
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px;
}

/* Level 3 heading */
h3
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	padding: 5px;
}

/* Body text is black, generally */
p
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
}

/* Bullet text is black, generally */
li
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
}

/* Preformatted text is black, generally */
pre
{
	color: black;
	font-family: Monaco, Courier, monospace;
	font-size: 9pt;
	font-weight: normal;
	padding: 5px;
}

.indented { text-indent: .5in; }

.copyright
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.footer
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}
