﻿html, body, form {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #5a82ad;
}


.header {
    background: #fff none repeat scroll 0 0;
    color: white;
    min-height: 35px;
    padding-left: 12px;
    background-color: #015991;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 1px;
}

#divHeader {
    height: 97px;
}

.name {
    color: orange;
    text-align: right;
    float: right;
    width: 25%;
    padding-right: 10px;
}

.wd {
    width:100%;
}

#imglogo {
    height:74px;
}

#hmenu {
    border-width: 1px;
    border-color: #999999;
    text-align: right;
    border-top-style: solid;
}

#maincontent {
    height:88%;
}

.flf {
    float:left;
}

.frg {
    float:right;
}

.txtrg {
    text-align: right;
}

.txtct {
    text-align: center;
}