﻿body
{
    margin: 0px;
}
.header
{
    background-image: url(images/header.gif);
    width: 800px;
    height: 116px;
    background-repeat: no-repeat;
}

.menu
{
    background-image: url(images/menu.gif);
    background-repeat: no-repeat;
    width: 202px;
    height: 191px;
}

.centerimage
{
    background-image: url(images/image1.jpg);
    width: 598px;
    height: 189px;
    background-repeat: no-repeat;
}
.centertext
{
    background-image: url(images/centertext.gif);
    width: 600px;
    height: 202px;
    background-repeat: no-repeat;
}
.menuback
{
    background-attachment: scroll;
    background-image: url(images/menubackground.gif);
    background-repeat: repeat-y;
}
.footer
{
    background-attachment: scroll;
    background-image: url(images/footer.gif);
    background-repeat: repeat-x;
    height: 55px;
}

.menus
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: white;
}
a:link.menus
{
    font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
a:hover.menus
{
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
a:visited.menus
{
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
a:active.menus
{
    font-family: Verdana;
    color: #FFCC00;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}

.menus2
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.table
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

a:link.table
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}
a:hover.table
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    text-decoration: underline;
}

a:active.table
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

.menus3
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #383838;
}
a:link.menus3
{
    font-family: Verdana;
    font-size: 8pt;
    color: #383838;
    text-decoration: none;
}
a:hover.menus3
{
    font-family: Verdana;
    color: #383838;
    font-size: 8pt;
    text-decoration: none;
    
}
a:visited.menus3
{
    font-family: Verdana;
    color: #383838;
    font-size: 8pt;
    text-decoration: none;
    
}
a:active.menus3
{
    font-family: Verdana;
    color: #383838;
    font-size: 8pt;
    text-decoration: none;
}