body {			
  margin-left: 10px; margin-right: 10px; margin-top: 10px;		
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-size: 8pt;
}

a { color: #000000; }

td { font-size: 8pt; }


TEXTAREA {
 border: 1px solid #000000;
 font-size: 8pt;
}


INPUT {
 border: 1px solid #000000;
 height: 12pt;
 font-size: 8pt;
}

BUTTON {
 height: 12pt;
 font-size: 10pt;
}

SELECT {
 height: 12pt;
 font-size: 8pt;
 border: 1px solid #000000;
}

legend {
  font-weight: 900;
}

fieldset {
  border: 1px solid #000000;
  padding-right: 20px;
  font-size: 10pt;
}



.heading {
    height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 25pt;
    border-bottom: 1px solid #000000;
}

.buttonscontainer {
    float:left;
    width: 12%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10pt;
}

.menutitle {
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.buttons a {
    color: #000000;
    background-color: #FFFFFF;
    padding: 2px;
    padding-left: 3px;
    display: block;
    border-bottom: 1px solid #000000;
    font: 11px Arial, sans-serif;
    font-weight: none;
    text-decoration: none;
    text-align: center;
}

.buttons a:hover {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
 
.main {
    float:left;
    position:relative;
    top:0px;
    left:30px;
    text-align:left;
    width: 83%;
    margin-top: 10pt;
    margin-bottom: 15pt;
}


