@charset "utf-8";

body {
    background-color: #58595b;
}

html, body, td, th {
    color: #000;
    font-family: "arial", Verdana, Helvetica, sans-serif;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

a, a:hover, a:visited, a:active {

}

a:hover {
    text-decoration: underline;
}

a, a:hover, a:visited, a:active
{
    color: #216bb0;
    text-decoration: underline;
}


.menu a, .menu a:hover, .menu a:visited, .menu a:active
{
    color: #fdfdfd;
    text-decoration: none;
}

.menu a:hover, .menu li.active a
{
    text-decoration: underline;
}






.center_text {
    width: 100%;
    text-align: center;
}

.right_text {
    width: 100%;
    text-align: right;
}

.header
{
    width: 100%;
    background-color: #58595b;
    color: #fdfdfd;
    min-height: 40px;
}

.logo_div
{
    min-height: 30px;
}

.menu_div
{
    min-height: 30px;
}

.l_header
{
    font-size: 42px;
    font-weight: bold;
}

.l_header_sub
{
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
    color: #ff9900;
}

.footer
{
    width: 100%;
    background-color: #58595b;
    color: #fdfdfd;
    min-height: 60px;
    padding-top: 20px;
}

.footer a
{
    margin-left: 15px;
}

.footer a:first-of-type
{
    margin-left: 0;
}


.content
{
    width: 100%;
    background-color: #ffffff;
    color: #000;
    padding-bottom: 20px;
}




.text_shadow {
    text-shadow: 0.1em 0.1em 0.2em #000;
}

.bigger {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}

.big {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}




.bold {
    font-weight: bold;
}

p {
    margin-bottom: 18px;
    margin-top: 0;
}


#header_menu
{
    list-style-type: none;
    display: inline;
    padding-left: 2px;
}

#header_menu li
{
    float: left;
    margin: 20px 30px 10px 0;
}

#footer_menu
{
    list-style-type: none;
    display: inline;
    padding-left: 2px;
}

#footer_menu li
{
    float: right;
    margin-left: 20px;
}


table td
{
    border-top: none !important;
}


