body {
        font-family: "Trebuchet MS";
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        background-color: #FFFFFF;
        background-image: url(images/backgrnd.jpg);
        background-repeat: repeat-x;
        font-style: normal;
}
a {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #FFFFFF;
}
a.nav {
        font-family: "Trebuchet MS";
        font-size: 20px;
        font-weight: bold;
        color: #336666;
        text-decoration: none;
}
h1 {
        font-family: "Trebuchet MS";
        font-size: 20px;
        font-weight: bold;
        color: #336666;
}
h2 {
        font-family: "Trebuchet MS";
        font-size: 15px;
        font-weight: bold;
        color: #336666;
        margin-bottom:0px;
}
p  {
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #FFFFFF;
}
p.footer  {
        font-family: "Trebuchet MS";
        font-size: 12px;
        color: #000000;
}

table.main {
        background-color: #000000;
        margin-top: 5px;
        padding-top: 10px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
        border: 3px solid #336666;
        width: 770px;
        font-family: "Trebuchet MS";
        font-size: 10px;
        color: #FFFFFF;
}
table {
        background-color: #000000;
        margin-top: 5px;
        padding-top: 10px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
        border: 1px solid #000000;
        font-family: "Trebuchet MS";
        font-size: 10px;
        color: #FFFFFF;
        background-color: #00008B;
}
table.noborder {
        background-color: #000000;
        margin-top: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border: none;
        width: 750px;
        font-family: "Trebuchet MS";
        font-size: 10px;
        color: #FFFFFF;
}
td {
        background-color: #000000;
        padding: 4px;
        vertical-align: top;
        text-align: left;
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #FFFFFF;
        border: none;
}
img {
        border: 0px none;
}

img.border {
        border: 3px solid #336666;
}
ul {
  color: #FFFFFF;
  font-family: Trebuchet MS, Lucida Sans Unicode, Verdana, Arial;
  font-size:14px;
  list-style-type: square;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 1.2em;
  padding-left: 0px;
  }