#footer, #footer a
{
  font-size:9pt;
}
#footer a:hover
{
  color:red;
  font-style: italic;
  text-decoration: underline;
}
fieldset
{
  padding:6px;
}
body
{
    /*background-color: #5FA303;*/
	background-color: #FFCCCC;
	background-image: url("../pics/forestbkgrd.gif");
    font-size:13pt;
	font-family: arial, helvetia, courier;
	font-weight:500;
    margin:30px;
 }
#main
{
  background-color:#FFFFCC;
  left: 80px;
  right: 80px;
  top: 80px;
  bottom: 80px;
  border: 2px inset #330066;
  border-right:  2px outset #330066;
  border-bottom:  2px outset #330066;
  padding:10px;
}
h1
{
    font-family: arial, helvetica, sans-serif; 
	font-size: 25pt;
	line-height: 32pt;
	font-weight: 100%; 
	margin: 1px; 
	text-align: center;
}
h2
{
    font-family: arial, helvetica, sans-serif; 
	font-size: 20pt;
	line-height: 27pt;
	font-weight: 90%; 
	margin: 1px; 
    text-align: center;
}
td
{
    font-size: 13pt;
	font-weight:600;
	font-family: arial;
  }   

tr{
    vertical-align:top;
}

table{
      width:100%;
      font-size:13pt; 
      font-family:arial;
	  font-weight:500;
}
h4
{
    text-align:;
    font-family: arial, helvetica, sans-serif; 
}
h5
{
    text-align: center;
    font-family: arial, helvetica, sans-serif; 
}

i
{
   font-size:9pt;
 }
legend
{
	font-size:15pt;
	font-weight:800;
}

h3
{
    font-family: arial, helvetica, sans-serif; 
	font-size: 18pt;
	line-height: 25pt;
	font-weight: 60%; 
	margin: 1px; 
	text-align: center;
}
a 
{
     text-decoration: none; 
    font-family:arial;
    color:blue;
	font-size:11pt;
	font-weight: 600;
}
a:visited {color:#9966FF;}
a:hover 
{
	color: #990000;
    text-decoration: underline; 
 }
 p 
 {
   text-indent: .5in;
    font-size:13pt;
  }
 .text 
 {
   font-size:14pt; 
   font-family:arial;
  }
  ul{font-weight: 500;}
  
  .ulf
  {
   text-align:left;
   font-size:12;
   font-weight: 500; 
   }
</style>