

body,p,li,td,th {
    font-family: Arial, sans-serif, sans serif;    
    text-color: black;
    color: black;
    }

a { 
    text-decoration: none; 
    font-family: Arial, sans-serif, sans serif;    
    font-weight: bold;
    text-color: black;
    color: black;
    font-size: 10pt;
    }

a:hover { 
    text-decoration: underline; 
    font-family: Arial, sans-serif, sans serif;    
    font-weight: bold;
    text-color: black;
    color: black;    
    font-size: 10pt;
    }


td.leftborder {
  border-right-style: solid;
  border-right-color: black;
  border-right-width: 1;
  background-color: #81A372; 
}

.container {
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1;
  padding-left: 0;
  background-color: #FCF418;
  background-color2: #ECEC56;
}

.top {
  padding-left: 0;
  background-image: url(../buttons-yellow-top.gif);
}

.middle {
  padding-left: 0;
  background-image: url(../buttons-yellow-middle.gif);
}

.bottom {
  padding-left: 0;
  background-image: url(../buttons-yellow-bottom.gif);
}

.headline {
  font-weight: bold;
  text-align: center;
  color: #1A2512;
  text-color: #1A2512;
  background-image: url(../buttons-orange.gif);
  height: 25;  
}

