﻿body 
{
    margin: 0px;
    background-color: Black;
    scrollbar-3dlight-color:#919396;
	scrollbar-highlight-color:#333333;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#919396;	
}
img
{
    border: 0px;
}
div
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
} 
.GridText
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
}  
a
{
    text-decoration: none;
    color: #666666;
}
.GridPageLink
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
}
a:visited
{
    text-decoration: none;
    color: #666666;
}
a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}
a:active
{
    text-decoration: none;
    color: #FFFFFF;
}
h3
{
    margin: 0px 0px 0px 0px;
    color: #666666;    
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 750px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: white;
margin: 0.3em auto;
padding: 15px;
}

