  a:link { color: #005000; }
  a:visited {	color: #005000; } 
  a:active {color: #008000; }
  a:hover {color: #800000; }

  body 
  { 
    font-family: "Times New Roman", "Times"; 
    background-color: #DEDF94; 
    color: #003300; 
    scrollbar-base-color: #CDCE84;
    scrollbar-arrow-color: #003300;
    scrollbar-DarkShadow-Color: #DDDE94;  }
  
  h1, h2, h3, h4, h5, h6
  {
	font-family: "Book Antiqua", "Times New Roman", "Times";
  }
  
  .old:first-letter
  {
    font-size:220%;
    font-style:normal;
    font-weight:normal;
    float: left;
    text-align:right;
    vertical-align: top;
    margin-right: 2pt;
  }
  
  .dropcap:first-letter
  {
	float: left;
	font-size: 1.75em;
	line-height: auto;
	margin: 0em 0.05em 0em 0em;
	padding: 0em;
  }
    
  address { 
    text-align: center;
    font-family: "Arial", "Verdana"; 
    font-style: Normal;
    font-size: 10pt;
  }
  
  input,  textarea, select {
    background-color: #CDCE84;
    border-width: 0;
  }
  
#headside
{
  background-color: #BDBE74;
  color: #004000;
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
}

#headodd
{
  background-color: #C4C37C;
  color: #004000;
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
}

#headeven
{
  background-color: #CDCE84;
  color: #004000;
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
}

#rowside
{
  background-color: #CDCE84;
}

#rowodd
{
  background-color: #C4C37C;
}

#roweven
{
  background-color: #CDCE84;
}
  
 
@media print
{
  a:link {text-decoration: none; color: #003300;}
  a:visited {text-decoration: none; color: #003300;}
  a:active {text-decoration: none; color: #003300;}
}

@page {
	size: portrait;
}