/* Defaults in case we forget to style text */
BODY
{
	color: black;
	background-image: url(newbackground.gif);
	font-family: GillSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #FFFFCC;
}

/* Default link colors */
A:link { color: #663333; }
A:active { color: #FF0000; }
A:visited { color: #999966; }

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

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

/* Level 3 heading is capitalized Titles */
h3
{
	color: black;
	font-family: GillSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
}

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

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

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

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

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