body {
    background-color: #eeeeee;
    background-image:url("../../images/bg1.gif");
}

td.link_title {
    background-color: #f2e8bb;
}

td.text {
    background-color: #fff9de;
    text-align: justify;
}

table.border {
    background-color: #000000;
}

p,ul,ol {
    color: black;
    font-size: 90%;
    text-align: justify;
}

ul {
        list-style: square;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1
{
    color: #968028;
    font-size: 150%;
    font-weight: bold;
}

h2
{
    color: #968028;
    font-size: 120%;
    font-weight: normal;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
}

h3
{
    color: #968028;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.nav {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.title {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 90%;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    color: #968028;
    text-decoration: underline;
}



