a {
    font-size: 14px;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
a:link,a:active {
    text-decoration: none;
    color: #0000FF;
}
a:visited {
    text-decoration: none;
    color: #000099;
}
a:hover {
    background-color: #E0DACC;
    text-decoration: underline overline;
    color: #0099FF;
}
a.red {
    font-size: 18px;
    font-family: 'Ubuntu', 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 {
    background-image: url(images/background.gif);
    background-repeat: repeat;
    margin: 0px;
}
body,td,th {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}
div {
    margin: 0px auto;
}
h1 {
    font-size: 36px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
img,table {
    border:0px;
}
li {
    margin-bottom: 10px;
}
#header {
    padding: 0px;
    width: 750px;
}
#nav {
    background-image: url(images/nav.gif);
    padding: 0px;
    text-align: center;
    width: 750px;
}
#body,#footer {
    background-image: url(images/tablebody.gif);
    padding: 1px 30px;
    width: 690px;
}
#bottom {
    background-image: url(images/tablebottom.gif);
    padding: 0px;
    width: 750px;
}

.smalltext {
    font-size: 10px;
}
.smaller {
    font-size: 12px;
}

