body {
    background-image: url(images/background.gif);
    background-repeat: repeat;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a:link, a:active  {
    text-decoration: none;
    color: #0000FF;
}
a:visited {
    text-decoration: none;
    color: #000099;
}
a:hover {
    background-color: #E0DACC;
    text-decoration: none;
    color: #0099FF;
}
a.red {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.red:link, a.red:visited, a.red:hover, a.red:active {
    text-decoration: none;
    color: #FF0000;
}
a.red:hover {
    background-color: #E0DACC;
}
a.bigger {
    font-size: 14px;
}
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 36px;
}
.smalltext {
    font-size: 10px;
}
li {
    margin-bottom: 10px;
}
.smaller {
    font-size: 12px;
}
img, table {
    border:0;
}
#container  {
    width: 750px;
    margin: 0 auto;
}
#nav {
    background-image: url(images/nav.gif);
    text-align: center;
}
#body {
    background-image: url(images/tablebody.gif);
    padding: 0px 30px;
}
#main_content, #footer {
    padding: 0px;
}
#bottom {
    background-image: url(images/tablebottom.gif);
}