a.           { cursor: hand; color: blue; text-decoration: none }
a:active     { cursor: hand; color: red }
a:visited    { cursor: hand; color: navy }

a.cc         { cursor: hand; color: white; text-decoration: underline }
a.cc:hover   { cursor: hand; color: white; text-decoration: underline }
a.cc:visited { cursor: hand; color: white; text-decoration: underline }
a.cc:visited:hover { cursor: hand; color: white; text-decoration: underline}

a.dd         { cursor: hand; color: navy; text-decoration: none       }
a.dd:hover   { cursor: hand; color: red; text-decoration: underline   }
a.dd:visited   { cursor: hand; color: navy; text-decoration: none     }
a.dd:visited:hover   { cursor: hand; color: red; text-decoration: underline }

.box                { position: absolute ; font-family: Verdana                    }
.BoxNiv2            { background: #B2B4C3 ; font-family: Verdana ; color:#800000   }
.BoxNiv3            { background: #C2C8CE ; font-family: Verdana                   }


a.btnPanel:link {
width : 100%; 
background : #C0C1C9;
color : navy;
margin : 0; 
text-decoration : none; 
font-weight : normal; 
font-family : Verdana;
padding : .2em; 
} 
a.btnPanel:visited {
width : 100%; 
background : #C0C1C9;
color : navy;
margin : 0; 
text-decoration : none; 
font-weight : normal; 
font-family : Verdana;
padding : .2em; 
} 
a.btnPanel:hover {
width : 100%; 
background : #eeeeee; 
color : #ff0000;
margin-top : 0; 
text-decoration : underline; 
font-weight : normal; 
font-family : Verdana;
padding : .2em;
} 
a.btnPanel:active {
width : 100%; 
background : #eeeeee; 
color : #ff0000;
margin : 0; 
text-decoration : underline; 
font-weight : normal; 
font-family : Verdana;
padding : .2em;
} 

BODY
{
scrollbar-face-color: #676887;
scrollbar-darkshadow-color: #404040;
scrollbar-shadow-color: #404040;
scrollbar-highlight-color: #E1E1E7;
scrollbar-3dlight-color: #85869F;
scrollbar-track-color: #B2B4C3;
scrollbar-arrow-color: #D2DCD9;
}

