body {
  font-family: sans-serif;
  color: black;
 }

P
{
   font-weight: normal;
   font-size: 8pt;
   color: #358A58;
   font-family: Arial, Times, sans-serif;
}
TD
{
   font-weight: normal;
   font-size: 8pt;
   color: #358A58;
   font-family: Arial, Times, sans-serif;
}
H2
{
   font-weight: bold;
   font-size: 12pt;
   color: #358A58;
   font-family: Arial, Times, sans-serif;
}
STRONG
{
   font-weight: bold;
   font-size: 9pt;
   color: #358A58;
   font-family: Arial, Times, sans-serif;
}

.junipergreen
{
   background: url(graphics/background.jpg) repeat-y;
   font-weight: normal;
   font-size: 9pt;
   color: #358A58;
   font-family: Arial, Times, sans-serif;
}

UL
{
   font-weight: normal;
   font-size: 8pt;
   color: #358A58;
   font-family: Arial, Times, sans-serif;
}

LI
{
   font-weight: normal;
   font-size: 8pt;
   color: #358A58;
   font-family: Arial, Times, sans-serif;
}
A:link {
        color:#358A58;
        font-weight: bold;
        font-size: 8pt;
        text-decoration: underline;
        font-family: Arial, Times, sans-serif;
	}

A:active {
        color:#358A58;
        font-weight: bold;
        font-size: 8pt;
        text-decoration: underline;
        font-family: Arial, Times, sans-serif;
}
A:visited {
        color:#358A58;
        font-weight: bold;
        font-size: 8pt;
        text-decoration: underline;
        font-family: Arial, Times, sans-serif;
}
A:hover {}

