body
{    
    background-image:'../images/Back2.jpg';
    margin-bottom:0; 
    margin-left:0; 
    margin-right:0; 
    margin-top:0;         
}



.bmore {text-transform:capitalize; font-weight:bold; color:#ffffff; text-decoration:none;}
.rmore {bold; color:#ffffff; text-decoration:none;}
.rightm1 {font-size: 12px; color:#ffffff;}



.top1 {text-decoration:none; font-weight:bold;color:#000000;}
A.top1:hover {text-decoration:underline; font-weight:bold;color:#000000;}
A {color:blue; text-decoration:underline;}
A:hover {text-decoration:underline;}

.gridDataText
{
    font-size:small; 
}

.colHintText
{
    color:Gray;
    font-size:small; 
}

.gCol0
{
    background-color:#cccc99;
    color:Navy;
    font-weight:bold;
}

.gCol1
{
    
    font-size:small;    
}

.gCol2
{
    background-color:#F7F7DE;
    font-size:small;    
}

/* tips */
#hintbox
{ /*CSS for pop up hint box */
    position:absolute;
    top: 0;
    background: lightyellow;
    width: 150px; /*Default width of hint.*/ 
    padding: 3px;
    border:1px solid black;
    font:normal 11px Verdana;
    line-height:18px;
    z-index:100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    color:#000;
    visibility: hidden;
}

.hintanchor
{ /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}
