﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 9pt;
    font-family: verdana, arial, sans-serif;
}  

 
#DivTop
{
    border: 0px solid #008080;
    /*width: 992px;*/
    margin-top: 0px;
} 
 
#DivContainer {width: 800px;} 
 
#DivLeft
{
    border: 0px solid #008080;
    width: 390px;
    float: left;
    margin-top:5px;
}
 
#DivRight
{
    border: 0px solid #008080;
    width: 390px;
    float: right;
    margin-top:5px;
}
 
#DivContent
{
    border: 0px solid #008080;
    margin-left: 396px;
    margin-right: 396px;
    margin-top: 36px;
    width: 4px;
}
 
#DivFooter
{
    clear: both;
    margin-top:3px;
    border: 0px solid #008080;
    width: 992px;
    border: 0px solid #008080;
}

.txtfield
{
    border-right: #B5C7DE 1px solid;
    border-top: #B5C7DE 1px solid;
    border-left: #B5C7DE 1px solid;
    border-bottom: #B5C7DE 1px solid;
}


.Width100P
{
    width:100%;
}

.Width50P
{
    width:50%;
}

.Tip
{
    border-right: #FFC555 1px solid;
    border-top: #FFC555 1px solid;
    border-left: #FFC555 1px solid;
    border-bottom: #FFC555 1px solid;
    background-color: #FFFFE1;
}

.DivDeclareClass
{
    margin-top:38px;
}

.DivDeclareClass1
{
    margin-top:8px;
}

.PublishTip
{
    border-right: #FFC555 1px solid;
    border-top: #FFC555 1px solid;
    border-left: #FFC555 1px solid;
    border-bottom: #FFC555 1px solid;
    background-color: #FFFFE1;
}

a:link 		{ color: #0066FF; text-decoration: none; }
a:visited 	{ color: #0066FF; text-decoration: none; }
a:hover 	{ color: #FF6600; text-decoration: underline; }
a:active 	{ color: #FF6600; text-decoration: underline; }

a.B_title_a:link 	{ color:#657ABD; text-decoration: none; }
a.B_title_a:visited { color:#657ABD; text-decoration: none; }
a.B_title_a:hover 	{ color: #FF6600; text-decoration: underline; }
a.B_title_a:active 	{ color: #FF6600; text-decoration: underline; }

a.TopMenu:link 	{ color:White; text-decoration: none; }
a.TopMenu:visited { color:White; text-decoration: none; }
a.TopMenu:hover 	{ color: #FF6600; text-decoration: underline; }
a.TopMenu:active 	{ color: #FF6600; text-decoration: underline; }


