﻿body 
{
    background-color:#ffffff;
    border:none 0px; 
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;
}

#div-main
{
    float:none; 
    width:750px;  
    padding:0px 0px 0px 0px;
}

#div-header
{
    float:left; 
    width:100%; 
    height:auto; 
    background-color:#ffffff; 
    padding:0px 0px 0px 0px;  
    border-bottom:solid 2px #9e9e9e;
}

#div-header h1
{
    float:right; 
    font-family:Verdana; 
    font-size:11px; 
    font-weight:bold; 
    color:#9e9e9e 
}

#div-header h2
{
    float:right; 
    font-family:Verdana; 
    font-size:11px; 
    font-weight:bold; 
    color:#000000; 
}


#div-logo
{
    float:left; 
    height:92px; 
    width:110px; 
    margin:2px 0px 2px 5px;
}

#div-footer
{
    float:left; 
    height:20px; 
    width:100%; 
    background-color:#376171; 
    font-family:Arial; 
    font-size:11px; 
    font-weight:normal; 
    color:#ffffff; 
    text-align:center; 
    padding-top:4px ;
}

.div-body
{
    float:left; 
    height:auto; 
    width:100%; 
    background-color:#F4F3EF; 
    clear:both;
}

.div-tab-header
{
    float:none; 
    width:auto; 
    height:auto;
    padding: 0px  20px 0px 20px;
}
.div-tab
{
    float:left; 
    height:auto; 
    width:auto; 
    margin:8px 10px 0px 0px; 
    padding:0px 10px 5px 10px; 
    background-color:#D3CEC8;
}

.div-tab-selected
{
    float:left; 
    height:auto; 
    width:auto; 
    margin:8px 10px 0px 0px; 
    padding:0px 10px 5px 10px; 
    background-color:#376171;
}

.tab-text
{
    float:left; 
    padding:5px 0px 0px 0px; 
    font-family:Verdana; 
    font-size:11px; 
    font-weight:bold; 
    color:#000000;
}

.tab-text-selected
{
    float:left; 
    padding:5px 0px 0px 0px; 
    font-family:Verdana; 
    font-size:11px; 
    font-weight:bold; 
    color:#ffffff;
}


.body-area
{
    float:none; 
    width:725px; 
    height:auto; 
    margin:0px 0px 2px 0px; 
    border:solid 2px #9e9e9e;
}

.body-header
{
    height:25px; 
    width:100%; 
    background-color:#ffffff; 
    float:right; 
    font-family:Verdana; 
    font-size:11px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#9e9e9e;  
    border-bottom:solid 1px #9e9e9e; 
    text-align:left;
}

.body-area-login
{
    float:none; 
    width:420px; 
    height:auto; 
    margin:0px 0px 2px 0px; 
    border:solid 2px #9e9e9e;
}

.note-label
{
	color:#E21F27;
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	text-transform:none; 
	margin:5px 5px 0px 0px;
}
	
	
