<!--
Style Guide
	Tan: ffffcc
	Maroon: 80233b
	DK Blue: 3660AB
	LT Blue: 3768b0
	Warm Grey: 686757
	Grey: 808080
--->

BODY, H1, H2, H3, H4, H5, H6, TD, TH,
DIV, SPAN, P, OL, UL, DL, DT, DD, LI, BLOCKQUOTE, INPUT {
    font-family: Arial, Helvetica, sans-serif;
	}

BODY {
	font-size: 10pt;
	background-color : White;
	color: #000000;
	}

A:link {
	color: #990000;
	text-decoration: none;
	}
	
A:active {
	color: #990000;
	text-decoration: none;
	}
	
A:visited {
    color: #990000;
	text-decoration: none;
	}

A:hover {
	color: #990000;
	text-decoration: underline;
	}

.maintitle {
	font-size: 24pt;
	color: #000000;
	}

.blocktitle {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.blocktext  {
	font-size: 8pt;
	color: #000000;
	}

.bodycopy  {
	font-size: 10pt;
	color: #000000;
	}

.text  {
	font-size: 10pt;
	color: #000000;
	}

.emphasis {
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	}
.title  {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	}
	
TD  {
	font-size: 10pt;
	color: #000000;
	}
	
