H3 {   font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;   font-size: 16px;   color: #6c9756;    font-weight: bold;   margin-bottom: 0px;   }H4 {   font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;   color: #00527b;    font-size: 14px;   font-weight: bold;   margin-bottom: 0px;   }H5 {   font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;   color: #00527b;   font-size: 13px;   font-weight: bold;   margin-bottom: 0px;   }/* gets nested underneathe headers, and avoids the large bottom margin below them.example: <H3>Title<span class ="subheaader"><br>&nbsp;&nbsp;&nbsp;my subheader </span></H3>*/ .subheader {	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;    color: #00527b;	font-size: 14px;	font-weight: bold;}  P, TABLE, TD, TH, TR ,OL, UL, LI, DIV {   font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;   font-size: 11px;   color: #00527b;   }UL {list-style: none;}UL.list {list-style: square;}/* don't center align table headers by default */TH  {	text-align : left;}/* white text */.whitetext {   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   font-size: 10px;   color: #FFFFFF;   }   /*section features */.features {   font-size: 11px;   color: #517895;   }.important {	font-weight: bold;}.red {	font-weight: bold;	color: #cc3300;}/* makes the bold red asterisk on forms - the required fields */.required {	font-weight: bold;	color: #4a8c29;	font-size: 11px;}.formText {	font-size: 11px;}.small {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;}.smallem {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #000080;}/* all the link styles set here */a:link, a:visited {   color: #3E642A;   text-decoration: underline;   }   a:hover {    color: #3E642A;   text-decoration: underline;   }    a:active {    color: #3E642A;   text-decoration: underline;   }    a.admin:link, a.admin:visited, a.admin:hover {   color: #517895;   font-size: 11px;   font-weight: bold;   text-decoration:underline;   } a.sectionnav:link, a.sectionnav:visited {   color: #517895;   font-size: 11px;   font-weight: bold;   text-decoration: none;   }   a.sectionnav:hover {    color: #517895;   font-size: 11px;   font-weight: bold;   text-decoration: underline;   }    a.footer:link,a.footer:visited { 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	color: #FFFFFF; 	 }	a.footer:hover	{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	color:#FFFFFF; 	font-size: 10px;    font-weight: normal;		text-decoration: underline; 	}	/* makes a skinny HR that looks good in NN4 */HR  {	height : 1px;}/* FORM stuff */form {	margin-bottom : 0px;	margin-left : 0px;	margin-right : 0px;	margin-top : 0px;}.formheader {	color : #996600;}.formheaderbold {	color : #996600;	font-weight : bold;}input	{	font-family: Verdana, Arial, Helvetica, sans-serif;  	font-weight: normal; 	font-size: 11px; 	}select	{	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-weight: normal; 	font-size: 11px; 	}	textarea	{	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-weight: normal; 	font-size: 11px; 	}	.button {	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;	color: #ffffff;	background-color: #4a8c29;	font-weight: bold;}.smallnote {	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 10px;}/* end FORM stuff */