﻿body 
{
    color: Black;
    font-size: 12px;
    font-family: Arial;
    text-align:justify;
    background-color: White;
}

p
{
    line-height: 1.6em;
    text-align:justify;
    color: Black;
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
}

.text_content
{
    line-height: 1.6em;
    text-align:justify;
    color: Black;
    font-size: 12px;
    font-family: Arial;
    margin: 0px;

}

.textCopyright
{
    color: Black;
    font-size: 9px;
    font-family: Arial;
}

.text_claim
{
    color: White;
    font-family: Garamond;
    font-size: 14px;
    font-style: italic;
}

.text_lang
{
    font-family: Arial;
    font-size: 9px;
    color: White;
}

.text_hometitle
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

.text_title
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.text_rightmenu_title
{
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

.text_rightmenu_content
{
    line-height: 1.6em;
    text-align: left;
    color: Black;
    font-size: 12px;
    font-family: Arial;
}

.color_brown
{
    background-color: #CC9900;
}

.color_black
{
    background-color: #333333;
}

.menuItem
{
    background-color: #333333;
    border: solid 1px #333333;
    width: 120px;
    height: 20px;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
}

.menuLink
{
    color: White;
    text-decoration: none;
}

.menuItemActive
{
    background-color: #5f5f5f;
    border: solid 1px #5f5f5f;
    width: 120px;
    height: 20px;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
}

.menuItemOver
{
    background-color: #808080;
    border: solid 1px #5f5f5f;
    width: 120px;
    height: 20px;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.subMenuItem
{
    background-color: #CC9900;
    border: solid 1px #5f5f5f;
    width: 120px;
    height: 20px;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
}

.subMenuItemOver
{
    background-color: #808080;
    border: solid 1px #5f5f5f;
    width: 120px;
    height: 20px;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.subMenuLink
{
    color: White;
    text-decoration: none;
}

.subMenuItemActive
{
    background-color: #5f5f5f;
    border: solid 1px #5f5f5f;
    width: 120px;
    height: 20px;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
}

.link_download
{
    font-size: 12px;
    color: #CC9900;
}

.link_content
{
    font-size: 12px;
    color: #CC9900;
}

.link_mail
{
    color: #CC9900;
    font-size: 12px;
}

.table_history_year_column
{
    vertical-align: top;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 5px;
}

.table_history_description_column
{
    vertical-align: top;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
}

