body
{
  background-color: white;
}


/* ID */

#maintext
{
 font-family: Arial, sans-serif;
 size: 13px;
 font-size: 13px;
 line-height: 20px;
 color: #333333;
 padding: 20px;
 margin-right: 40px;
 margin-top: 20px;
}

#ftab
{
 background-color: #77A346;
 color: white;
 font-family: Arial, sans-serif;
 size: 13px;
 font-size: 13px;
}

#footspace
{
 padding: 8px;
}


/* CLASS */

.lef
{
 font-family: Arial, sans-serif;
 size: 13px;
 font-size: 13px;
 line-height: 20px;
 color: #333333;
}


/* LINK */

a.menulink:link, a.menulink:visited
{
 font-family: 'Century Gothic', sans-serif;
 size: 12px;
 font-size: 12px;
 color: #666666;
 text-decoration: none;
 padding-bottom: 22px;
 border-bottom: 1px solid #77A346;
 text-transform: uppercase;
}

a.menulink:hover
{
 color: #77A346;
 border-bottom: 1px solid #666666;
}
