/* CSS Document */

body,td,th,form{
	background-color: #999999;
	margin: 0;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	color:#EEE;
	font-size: 11px;
}
a{color: #DADCDD; font-family:Verdana; text-decoration: none; font-size: 9px;}
.thispage{color: #5B5C5E;}

    #horizHandleDiv { 
        cursor:default;
        width:10px; 
        height:14px; 
        position:absolute; 
        left: 0px; /* the default position is the center of the bg */
        top: 0px;  /* force the image down a bit */
    }



    #horizWrapper {
	position:absolute;
	top:468px;
	left:30px;
	width:740px;
}
	
    #horizBGDiv {position:relative; top:0px; height:11px; width:740px; z-index:5 }
	
    #horizValueDiv { position:relative; top: 30px; left:66px; } 
	
.link a{color: #EEE; font-family:Verdana;  font-size: 11px;}
.link a:hover{text-decoration:underline;}
