body {
    padding: 0px;
    margin: 0px;
    background: url(/img/top_bg.png) #FFFFFF repeat-x;
    font-family: Tahoma;
    font-size: 11px;
}

p {
    font-family: Tahoma;
    font-size: 11px;
    color: #4a4440;
}

td.top_menu_on {
    background: url(/img/top_menu_on.png) no-repeat;
    width: 132px;
    height: 70px;
    text-align: center;
    vertical-align: top;
    padding-top: 7px;
}

td.top_menu_off {
    background: url(/img/top_menu_off.png) no-repeat;
    width: 132px;
    height: 70px;
    text-align: center;
    vertical-align: top;
    padding-top: 7px;
}

a.top_menu_on {
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

a.top_menu_off {
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    color: white;
}

a.top_menu_off:hover {
    text-decoration: none;
}

p.bred {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #433c38;
    padding-bottom: 10px;
}

a.bred {
    color: #679edc;
    text-decoration: underline;
}

a.bred:hover {
    text-decoration: none;
}


div.hr {
    height: 1px;
    border: 0px solid;
    border-top: 1px #d9d8d7 solid;
    width: 924px;
}

h1 {
    font-family: Georgia, Tahoma, Arial;
    font-size: 36px;
    color: #093059;
    margin: 0px;
    padding: 3px 0px 10px 0px;
    font-weight: normal;
}

h2 {
    font-family: Georgia, Tahoma, Arial;
    font-size: 24px;
    color: #093059;
    margin: 0px;
    padding: 3px 0px 10px 0px;
    font-weight: normal;
}


p.content {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #4a4440;
    text-align: justify;
}

td.bottom_menu {
    vertical-align: top;
    padding-top: 22px;
    text-align: center;
}

a.bottom_menu {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #679edc;
    text-decoration: underline;
}

a.bottom_menu:hover {
    text-decoration: none;
}

span.bottom_menu_divider {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #679edc;
    text-decoration: none;
}

p.copy {
    font-family: Tahoma, Arial;
    font-size: 10px;
    color: #8e8e8e;
    padding: 0px;
    margin: 0px;
}