﻿body {
}

.first
{
    border-style: solid;
    border-color:#0E8B00;
    border-width:thin;
   
}
.middle
{
    border-left-style:solid;
    border-right-style:solid;
    border-color:#0E8B00;
    border-width:thin;
}
.last
{
    border-style: solid;
    border-color:#0E8B00;
    border-width:thin;
}

a.footlink:hover 
 {
  color:Navy;
  text-decoration: underline; 
  font-weight: bold;
  font-family:Verdana;
  font-size:10px;  
  }
  
  a.footlink
  {
  color:White;
  text-decoration: underline;  
  font-family:Verdana;
  font-size:10px;  
  }
  a
  {
  color:#179209;
  text-decoration:none;
  font-family:Verdana;
  font-size:12px; 
  }
  a:hover
  {
  
  text-decoration: underline;  
  font-family:Verdana;
  font-size:12px; 
  color:#3BBB2D;
  }
  
  .textcontent
  {
    PADDING-RIGHT: 5px; 
    PADDING-LEFT: 5px;
  }
  
  .contentTable
  {
	WIDTH: 537px;
  }
  
  .header
  {
    font-family:Arial;
    font-size:16px;
    text-decoration:underline;
    font-weight:bold;
    font-style:normal;
    color:#3BBB2D;
  }
  .subHeader
  {
    font-family:Arial;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
    font-style:normal;
    color:#179209;
  }
  .content
  {
    
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    color:#000000;
  }
  .seoh1
  {
    font-family:Arial;
    font-size:8px;
    text-decoration:underline;
    font-weight:normal;
    font-style:normal;
    color:#3BBB2D;
  }