Body
{
    background: #cccccc;
    scrollbar-face-color: #0078C0;
    scrollbar-arrow-color: white;
     scrollbar-track-color: #DEEFF7; 
    scrollbar-shadow-color:black;
    scrollbar-highlight-color:#DEEFF7; 
    scrollbar-3dlight-color:black;
    scrollbar-darkshadow-color: black;
}

a
{
	font-family:verdana;
    font-size : 8.5pt;
    color : black;
}

Table
{
    font-family:verdana;
    font-size : 8.5pt;  
}

H1
{
	font-family:verdana;
    font-size : 11.5pt;
}

H2
{
	font-family:verdana;
    font-size : 9.5pt;
    font-style : italic;
}

.TableMouseOver
{
    color : #0055A5; 	
    cursor : pointer;
    background : #FFFFFF;
}


.TableActiveRow
{
    color : black; 	
    cursor : pointer;
    background : #A6D3EA;
}


.TableHead
{
    font-family:verdana;
    font-size : 8.5pt;  
    color : white; 
    background : #0078C0;
}

.CellColor1
{
    color : black; 
    background : #D9DEE2;
}

.CellColor2
{
    color : black; 
    background : #E6EBEF;
}

.Input
{
    font-family:verdana;
    font-size : 8.5pt;  
    color : black; 
    background : #F0F0F0;
    border:1px solid black;
}

.NavBarMouseOver
{
    color : white; 
    background : #0078C0;
    cursor : pointer;
}

.NavBarMouseOut
{
    color : black; 	
}

.Button
{
    font-family:verdana;
    font-size : 8.5pt;  
    color : black; 
    background : #eeeeee;
    border:1px solid black;
    width: 130px;
    height: 20px;
    cursor:pointer;
    font-weight:normal;
}



.ButtonMouseOver
{
    font-family:verdana;
    font-size : 8.5pt;  
    color : white; 
    background : #0078C0;
    border:1px solid black;
    width: 130px;
    height: 20px;
    cursor:pointer;
    font-weight:normal;
}

.ButtonSelected
{
    font-family:verdana;
    font-size : 8.5pt;  
    color : white; 
    background : #0078C0;
    border:1px solid black;
    width: 130px;
    height: 20px;
    cursor:pointer;
    font-weight:normal;
}