/* Styles are labeled by color, size, weight combinations */
	
<STYLE TYPE="text/css">
<!-- 

A:link { color: #333333 }
A:hover	{ color: #666699 }
A:active { color: #666699 }
A:visited { color: #999999 }


	/* default text */	
	BODY, P, OL, UL, TABLE, TR, TD, DIV, PRE, BLOCKQUOTE {
		font-family: arial, helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
	}
	
	TH {
		font-family: trebuchet, helvetica, verdana, arial;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFCC;	
		background-color: #333366;
	}

	/* Special text */	
	.requiredField { 
		font-family: arial, helvetica, sans-serif, verdana;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: #FF0000;
	}	
	
	.SectionHeader {
		font-family: trebuchet, helvetica, verdana, arial;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		color: #333366;
	}	

	.BlueHeader {
		font-family: arial, helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		color: #333366;
	}

	.BlueText {
		font-family: arial, helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		color: #333366;
	}	
	
	.FooterText {
		font-family: trebuchet, verdana, arial;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
		color: #666699;
	}
	
	.scroll {
		font-family: trebuchet, verdana, arial;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
		color: #FFCC00;
	}
	
	.ReturnToText {
		font-family: arial, helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		color: #333366;
	}
	
	.leftNavLink9 {
		font-family: trebuchet, verdana, arial;
		font-style: normal; 
		font-weight: bold; 
		font-size: 9px; 
		color: #FFFFFF
	}
	
	.leftNavLink11 {
		font-family: trebuchet, verdana, arial; 
		font-style: normal;
		font-weight: bold; 
		font-size: 11px; 
		color: #FFFFFF
	}
		
-->
</STYLE>

