/* CSS Document */

<style type="text/css">	
	
A:link    {
  text-decoration: underline; 
  color: #663300;
}

A:visited {
  color: #663300;
  text-decoration: underline;
}

A:active {
  color:#5E8078;
  text-decoration: underline;
}

A:hover {
  color: #5E8078;
  text-decoration: underline;
}
TD {
  FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 13px;    
  color: #663300; font-weight: 400;
  }
P {padding-left: 40px; padding-right: 30px;
}

#bottom A:link {
  text-decoration: none; 
  color: #5E8078;
  }
#bottom A:active:   {
  color: #5E8078;
  text-decoration: underline;
  }
#bottom A:hover {
  color: #5E8078;
  text-decoration: underline;
  }
#bottom A:visited:   {
  color: #5E8078;
  text-decoration: underline;
  }
#bottomtext:  {
  color: #5E8078;
  FONT-SIZE: 10px;    
  } 