
html {
    background-color: #1E5B89; /*#2B80C2;*/
    background-color: #ffffff;
}

div#doc2 {
    font-family: Verdana;
    font-size: 131%;
    color: #FFA42A;
}

div#hd {
    margin-bottom: 3px;
}

div#hd h1 {
    position: relative;
    float: left;
    font-family: helvetica;
    font-size: 544%;
    font-weight: bold;
}

div#hd span#tag {
    font-weight: normal;
}

br.clearing {
    clear: both; 
    font-size: 1px; 
    line-height: 0; 
    height: 0;
}



/* tabs */
div.tabbers {
    position: relative;
    float: left;
    margin-bottom: 5px;
}

/* footer */
div#ft {
    margin-top: 30px;
    text-align: center;
}

div#ft p {
    margin-bottom: 10px;
}

div#ft a,
div#ft a:hover,
div#ft a:active,
div#ft a:visited {
    color: #FF9200;
    text-decoration: none;
    padding: 5px;
}

div#ft a:hover {
    text-decoration: underline;
    background-color: #2B80C2;
}