body {
    background-color: #336633;
    font-family: "trebuchet ms", arial, verdana;
    color: #000000;
}
a:link {
  color: #6699ff;
  text-decoration: none;
}
a:active {
  color: #6699ff;
  text-decoration: none;
}
a:visited {
  color: #6699ff;
  text-decoration: none;
}
a:hover {
  color: #0066cc;
  text-decoration: none;
}
textarea, select, input, object {
    background-color: #f5f5f5;
    border: 1px solid #0066cc;
}
table, p {
    font-family: "trebuchet ms", arial, verdana;
    font-size: 10pt;
    color: #000000;
}
.hr {
  background-color: #0066cc;
    width: 50%;
}
.tdtitle {
  background-color: #0066cc;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
}
.table { 
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #0066cc;
    width: 500px;
}
.table2 { 
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5;
    width: 700px;
}
.table3 { 
    background-color: #ffffff;
    border-width: 1px;
    border-style: dotted;
    border-color: #0066cc;
    width: 300px;
}
.table4 { 
    background-color: #ffffff;
    width: 300px;
}
.font { 
    font-family: "trebuchet ms", arial, verdana;
    font-size: 10pt;
    color: #000000;
}
.font2 { 
    font-family: "trebuchet ms", arial, verdana;
    font-size: 8pt;
    color: #000000;
}
.font3 { 
    font-family: "trebuchet ms", arial, verdana;
    font-size: 14pt;
    color: #0066cc;
}