/* dickens style */
/* dperdue */
/* 04/29/03 */

BODY {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	background : White;
}

P {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	margin-bottom : -7px;
}

TD { font-family: arial, helvetica, sans-serif ; font-size: 10pt }

TH {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	font-weight : bold;
}

UL {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	list-style-type : disc;
}

A {
	color : Maroon;
}

A:ACTIVE {
	color : Maroon;
}

A:HOVER {
	color : Maroon;
	text-decoration : underline;
	}
	
A:VISITED {
	color : Purple;
}

/* Classes*/

.quote {
	font-family: times new roman, serif;
	font-size: 10pt;
	color: Black;
	font-style: italic;
}

.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Green;
}
	
.greentimes {
	font-family: times new roman, serif;
	font-size: 11pt;
	color: Green;
}

.headertext {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight : bolder;
}

.headertext2 {
	font-family: sans-serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.headertext3 {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight : bold;
	}
	
.firstletter {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : Gray;
}

.smalltext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}

.smallbold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-weight : bold;
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
}

.smallgreen{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : green
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.smallheader{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.underline{
	text-decoration : underline;
}

.maroon{
	color : Maroon;
}
