body {
    margin: 0px;
    font-family: Times New Roman,Times,Serif;
    font-size: 12pt;
    background: white;
    color: black;
}

p {
    text-align: justify;
}

h1 {
    font-family: Times New Roman,Times,Serif;
    font-size: 14pt;
    color: black;
}

h2 {
    font-family: Times New Roman,Times,Serif;
    font-size: 13pt;
    color: black;
}

h3 {
    font-family: Times New Roman,Times,Serif;
    font-size: 12pt;    
    color: black;
    text-decoration: underline;
}

a.menu {
    color: white;
    text-decoration: none;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
}

a.menu:hover {
    color: #ffffcc;
}

div.title {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    background: url(images/title-background.jpeg);
}

img.title-img {
    width: 100%;
    height: 45px;
}

div.logo {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 110px;
    height: 68px;
    cursor: pointer;
    background: url(images/logo-small.png);
}

div.top-title-left {
    position: absolute;
    top: 0px;
    left: 97px;
    width: 18px;
    height: 45px;
    background: url(images/top-title-left.png)
}

div.top-title-main {
    position: absolute;
    top: 0px;
    left: 115px;
    right: 0px;
    height: 45px;
}

div.top-title-text {
    position: absolute;
    top: 0px;
    left: 107px;
    right: 0px;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
}

div.print {
    position: absolute;
    top: 0px;
    right: 120px;
    height: 14px;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
}

div.lang {
    position: absolute;
    top: 0px;
    right: 40px;
    height: 14px;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
}

span.lang {
    position: relative;
    height: 19px;
    top: -5px;
}

div.menu {
    position: absolute;
    top: 21px;
    left: 123px;
    height: 51;
    right: 0px;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
}

form.search {
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
    position: absolute;
    top: 23px;
    left: 0px;
}

td.search {
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
}

input.text {
    border-top: 1px solid #e3e8f3;
    border-right: 1px solid #eef1f8;
    border-bottom: 1px solid #a7bad9;
    border-left: 1px solid #f0f3f9;
    background-color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
    width: 150px;
    height: 17px;
}

input.button {
    border: 0px solid white;
    background-color: #819cc9;
    background: url(images/search-button.png);
    width: 50px;
    height: 17px;
}

div.submenu {
    position: absolute;
    top: 75px;
    left: 0px;
    height: 37px;
    width: 100%;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
    background: url(images/submenu-background.png);
}

div.submenu-line {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 54px;
    width: 230px;
    background: url(images/submenu-line.png);
}

div.submenu-items {
    position: absolute;
    top: 13px;
    left: 227px;
    height: 37px;
    right: 0px;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
}

div.content {
    position: absolute;
    top: 112px;
    left: 196px;
    right: 10%;
    color: black;
}

div.headers {
    position: fixed;
    top: 129px;
    left: 0px;
    width: 188px;
    background-color: #819cc9;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
}

table.headers {
    width: 188px;
    padding-top: 2px;
}

td.headers {
    height: 13px;
    cursor: pointer;
}

td.headers:hover {
    background-color: #bfcbf3;
}

a.headers {
    color: white;
    text-decoration: none;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
}

table.header {
    position: absolute;
    width: 225px;
    padding-top: 2px;
    color: white;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 13px;
}

div.contents {
    position: absolute;
    top: 35px;
    right: 70px;
}

table.subsubmenu {
    width: 188px;
    padding-top: 2px;
}

td.subsubmenu {
    height: 13px;
    cursor: pointer;
    padding-left: 5px;
}

td.subsubmenu:hover {
    background-color: #bfcbf3;
}

a.subsubmenu {
    color: white;
    text-decoration: none;
    font-family: Arial narrow,Arial,helvetica,sans-serif;
    font-size: 12px;
}

