a:link { color: #339900; text-decoration: underline; font-weight: bold; }
a:visited { color: #FF0000; text-decoration: underline; font-weight: bold; }
a:hover { color: #000000; text-decoration: underline; font-weight: bold; }

BODY		{ color: black; font-size: .9em; font-family: verdana, arial, sans-serif }
td		{ color: black; font-size: .9em; font-family: verdana, arial, sans-serif }
H1 		{ color: 339900; font-size: 200%; font-weight: bold; font-family: verdana, arial, sans-serif }
H2 		{ color: black; font-size: 1.1em; font-weight: bold; font-family: verdana, arial, sans-serif }
H3 		{ color: black; font-size: 100%; font-weight: bold; font-family: verdana, arial, sans-serif }
H4          { color: black; font-size: 85%; font-weight: normal; font-family: verdana, arial, sans-serif }


div.imgleft {
  float: left;
  margin: 0px 10px 0px 0px;
}

div.imgleft p {
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height:	100%;
	color: #000000;
	font-weight: bold;
}

div.imgright {
  float: right;
  margin: 0px 0px 0px 10px;
}

div.imgright p {
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height:	100%;
	color: #000000;
	font-weight: bold;

}