body {
    background-color: #f9f9f9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
    color: #716F6F;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
.txt_welcome {
    font-size: 9pt;
    font-weight: bold;
    color: #716F6F;
    text-align: center;
    height: 50px;
}
.txt_online {
    font-size: 9pt;
    color: #716F6F;
    text-align: right;
}
.txt_links {
    font-size: 10pt;
    color: #716F6F;
    height: 20px;
}
.txt_warning {
    font-size: 9pt;
    color: #716F6F;
    text-align: center;
    height: 80px;
}
.submenu {
    color: #72B0FD;
    text-decoration: none;
}
.menu {
    text-decoration: none;
    font-size: 9px;
}

.header{
    background-color: #dedede;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 1px;
    margin-left: 2px;
    margin-top: 3px;
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    width: 126px;
    vertical-align: top;    
 }
 
 .col{
    float: left;
}

.row{
    margin-top: 3px;
    background-color: #f4f3f3;
    font-size: 9pt;
    text-align: center;    
    height: 80px;    
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 1px;
    margin-left: 2px;
    width: 126px;    
}

.row div{
    padding-top: 5px;
}