	
	
  	a:link { color: gray }  /* for unvisited links */
  	a:visited { color: gray } /* for visited links */
  	a:active { color: #FF9933 } /* when link is clicked */
  	a:hover { color: #FF9933; text-decoration: underline; } /* when mouse is over link */
	
	a.nav  {text-decoration: none;}
	a.nav:link { color: white }  /* for unvisited links */
  	a.nav:visited { color: white } /* for visited links */
  	a.nav:active { color: #FFCC33 } /* when link is clicked */
  	a.nav:hover { color: #FFCC33 } /* when mouse is over link */
	
	a.grn  {text-decoration: none;}
	a.grn:link { color: gray }  /* for unvisited links */
  	a.grn:visited { color: gray } /* for visited links */
  	a.grn:active { color: #006600 } /* when link is clicked */
  	a.grn:hover { color: #006600} /* when mouse is over link */
	
	/* body text */
	
	.b {BORDER:#FF9933 3px solid;}
	
	TD {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 14px;
	color: black;
	font-weight: normal }
	
	li {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: black;
	list-style:square;
	font-weight: normal }
	
	.org_hdr {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #FF9933;
	font-weight: bold }
	
	.grn_hdr {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #006600;
	font-weight: bold }
	
	.green {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 14px;
	color:#006600}
	
	H1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: black;
	font-weight: normal }
	
	H2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #006600;
	font-weight: bold }
	
	H3 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FF9933;
	font-weight: bold }
	
	H4 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: black;
	font-weight: normal }
	
	/* TD TR text */
	
.subtitle {
	font-family: Verdana, Tahoma, Arial;
	font-size: .8em;
	color: black;
	font-weight: bold;
	line-height: 1.5em;
	background-color: silver }
	
.body {
	font-family: Verdana, Tahoma, Arial;
	font-size: .8em;
	color: black;
	font-weight: normal;
	line-height: 1.5em }
	
.footer {
	font-family: Verdana, Tahoma, Arial;
	font-size:9px;
	color:gray;
	line-height:12px;}	