/* font definitions --------------------------------------------------------- */
@font-face {
        font-family:            "Verdana";
        font-size:              13px;
        src:                    local("Verdana");
}
@font-face {
        font-family:            "Tahoma";
        font-size:              13px;
        src:                    local("Tahoma");
}
@font-face {
        font-family:            "Arial";
        font-size:              13px;
        src:                    local("Arial");
}
@font-face {
        font-family:            "Windings";
        font-size:              13px;
        src:                    local("Windings");
}



/* most frequent intems ----------------------------------------------------- */
body {
        background-color:       white;
        color:                  black;
        text-align:             left;
        padding:                0px;
        margin:                 0px;
}

p {
        text-align:             justify;
        font-family:            "Verdana";
        font-size:              13px;
}

p.left {
        text-align:             justify;
        font-family:            "Verdana";
        font-size:              13px;
        color:                  #002d77;
}

a {
        font-family:            "Verdana";
        color:                  black;
        text-decoration:        underline;
}

a.hidden {
        text-decoration:        none;
}
a.hidden:hover {
        text-decoration:        underline;
}

a.menu {
        font-weight:            bold;
        font-size:              12px;
        margin-left:            15px;
        color:                  white;
        text-decoration:        none;
}
a.menu:hover {
        text-decoration:        underline;
}

h1 {
        text-align:             left;
        font-family:            "Verdana", "Arial";
        font-size:              18px;
        font-wight:             normal;
        color:                  black;
        margin-left:            0px;
        margin-right:           0px;
        margin-top:             18px;
        margin-bottom:          35px;
}

h2 {
        text-align:             left;
        font-family:            "Arial";
        font-size:              14px;
        font-wight:             bold;
        margin-top:             20px;
        margin-left:            0px;
        margin-right:           0px;
}

h3 {
        text-align:             left;
        font-family:            "Verdana", "Arial";
        font-size:              13px;
        font-wight:             bold;
        margin-top:             20px;
        margin-left:            0px;
        margin-right:           0px;
        margin-bottom:          0px;
}

ul, ol, dl {
        margin-top:             0;
        margin-bottom:          0;
        white-space:            normal;
}
dd {
        font-family:            "Verdana";
        font-size:              13px;
        font-weight:            normal;
}

li {
        font-family:            "Verdana";
        font-size:              13px;
        font-weight:            normal;
        margin-left:            10px;
        margin-right:           10px;
        text-align: left;
}

blockquote {
        font-family:            "Verdana";
        font-size:              13px;
        font-weight:            normal;
        font-style:             italic;
}

cite {
        font-family:            "Verdana";
        font-size:              13px;
        font-weight:            normal;
        font-style:             italic;
}

strong {
        text-align:             justify;
        font-family:            "Verdana";
        font-size:              13px;
}
em {
        font-family:            "Verdana";
        font-size:              13px;
        font-weight:            normal;
        font-style:             italic;
}

p.copyright {
        margin-top:             0px;
        margin-bottom:          5px;
        font-size:              11px;
        
}

