.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #009900;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #009900;
	font-weight: bold;

}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}
.menuhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.menusub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007900;
	font-style: normal;
	font-weight: normal;

}
  :link { color: #007900 }  /* for unvisited links */
  :visited { color: #33CC33 } /* for visited links */
  a:active { color: #33CC33 } /* when link is clicked */
  a:hover { color: #33CC33 } /* when mouse is over link */
  a.menusub:active {color: #007900} /* when link is clicked */
  a.menusub:hover {color: #007900 } /* when mouse is over link */
  a.menusub:link {color: #007900}
  a.menusub:link {text-decoration:none} 
  a.menusub:visited {color: #007900}
  a.menusub:visited {text-decoration:none}  
}
