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

/* Default link colors */
A:link { color: #0000FF; }
A:active { color: #FF0000; }
A:visited { color: #6604BC; }

/* Headings are blue */
h1
{
	color: #0A14D4;
	font-family: Optima, Verdana, Helvetica, Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

/* Headings are blue */
h2
{
	color: #0A14D4;
	font-family: Optima, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

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

.blue { color: #0A14D4; }

.navhead
{
	color: #CCCCFF;
	font-family: Optima, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.leadin
{
	color: #0A14D4;
	font-size: 14pt;
}

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

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