
BODY {
    font-family: Arial;
    font-size: 14;
    color: #FFFFFF;
}

P {
    font-family: Arial;
    font-size: 14;
}

P.header {
    font-family: Verdana;
    font-size: 18;
    font-weight: bold;
}

TD {
    font-family: Arial;
    font-size: 14;
}

.blacktext TD {
    color: #000000;
}

/* LINKS */

A:link {
    color: #ECC964;
    text-decoration: underline;
}
A:visited {
    color: #ECC964;
    text-decoration: underline;
}
A:hover {
    background-color: #000000;
    color: #F6E090;
    text-decoration: underline;
}

A.sidemenu:link {
    color: #990000;
    text-decoration: underline;
}
A.sidemenu:visited {
    color: #990000;
    text-decoration: underline;
}
A.sidemenu:hover {
    background-image: none;
    background: transparent;
    color: #FF0000;
    text-decoration: underline;
}

A.footer:link {
    color: #ECC964;
    text-decoration: underline;
}
A.footer:visited {
    color: #ECC964;
    text-decoration: underline;
}
A.footer:hover {
    background-image: none;
    color: #F6E090;
    text-decoration: underline;
}

/* USED FOR LEFT MENU SYSTEM */
/* Taken from: http://accessify.com/tools-and-wizards/developer-tools/list-o-matic/ */

.navcontainer ul
{
   margin-left: 0px;
   padding-left: 0px;
   list-style-type: none;
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 10px;
}

.navcontainer a
{
   display: block;
   width: 161px;   padding: 5px;
   padding-left: 10px;
   font-family: Verdana;
   font-size: 16px;
   font-weight: bold;
}

.navcontainer a:link, .navlist a:visited
{
   background: transparent;
   color: #000000;
   text-decoration: none;
}

.navcontainer a:hover
{
   background-color: #CFC4B7;
}