body {
	background-color: #FFFFFF;
	font-family: Verdana, "Times New Roman", serif;	
	font-size: 10pt;
	color: #000000;
	}

/***Header Styles***/
H1 { /*Heading - Purple*/
	font-family: Arial, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #660066;
	}

H2, H2 A:link, H2 A:visited { /*Heading - Black*/
	font-family: Arial, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	}

H3 { /*Heading - Purple & Indented*/
	font-family: Arial, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #660066;
	margin-left: 20px;
	}

H4, H4 A:link, H4 A:visited { /*Heading - Black & Indented*/
	font-family: Arial, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
	}

H5 { /*Heading - Purple & Indented*/
	font-family: Arial, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #660066;
	}

.subHeading { /*Sub-headings within Paragraph text*/
	font-family: Arial, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}
	
td.main { padding-left: 20px; }

/***Paragraph Styles***/
P {
	font-family: Verdana, "Times New Roman", serif;	
	font-size: 10pt; 
	color: #000000; /*660066;*/
	margin-left: 20px;
	}

 .MinorText { /*Less important text within Paragraph/Header text*/
	font-size: 10pt; 
	font-weight: normal;
	font-style: normal;
	}
	
td {
	font-family: Verdana, "Times New Roman", serif;	
	font-size: 10pt; 
	color: #000000; /*660066;*/
	margin-left: 5px;
	}

/***Footer Styles***/
.NavBarTitle, .NavBarTitle A:link,  .NavBarTitle A:visited {
	font-family: Arial, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-style: italic; 
	font-size: 12pt; 
	text-align: center; 
	font-weight: bold;
	color: #660066;
	}

.NavigationBar {
	font: normal 12pt Arial, Verdana, "Trebuchet MS", Geneva, sans-serif; 
	text-align: center;
	color: #660066;
	}
	a:link:hover { text-decoration: underline }
	

.LastUpdated {
	font-family: Georgia;
	font-size: 9pt; 
	text-align: right;
	color: #660066;
	}

/***Link Styles***/
A:link {
	text-decoration: none; 
	color: #333399; /*LinkBlue-333399; Aqua-3399CC */
	}

A:active, A:hover {
	text-decoration: none; 
	color: #000066; /*DarkerBlue-000066; Aqua-006699*/ 
	}

A:visited {
	text-decoration: none; 
	color: #3399CC; /*6666CC-VisitedBlue; LighterBlue-9999FF; Aqua-66CCFF; */
	}

/***Forms in Netscape 4 for Windows***/
.formItem {
	font-family: Courier, "New Courier", monospaced;
	font-size: 10pt; 
	}

/***Buttons***/
.input { 
	font-family: verdana, helvetica, courier, arial, sans-serif;
	background-color: #fff4f4;
	font-size: 10px;
	color: #660066;