/* CSS Document */

BODY { 
		SCROLLBAR-FACE-COLOR: #333333; 
		SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
		SCROLLBAR-SHADOW-COLOR: #999999; 
		SCROLLBAR-3DLIGHT-COLOR: #000000; 
		SCROLLBAR-ARROW-COLOR:  #999999; 
		SCROLLBAR-TRACK-COLOR: #000000; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000; } 
		
		BODY.int {
		background-color: #000000;
		SCROLLBAR-FACE-COLOR: #333333; 
		SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
		SCROLLBAR-SHADOW-COLOR: #999999; 
		SCROLLBAR-3DLIGHT-COLOR: #000000; 
		SCROLLBAR-ARROW-COLOR:  #999999; 
		SCROLLBAR-TRACK-COLOR: #000000; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000; 
		}
		
		A.int:link {color:#eeeeee;text-decoration:none}
		A.int:visited {color:#eeeeee;text-decoration:none}
		A.int:hover {color:#00FF000;text-decoration:underline}
		A.int:active {color:#FFFF00;text-decoration:underline}
		
		td.font {background: #000000;
        font: 8pt "Verdana", "sans serif";
		text-align: left;
		font-weight: bold;
		color: #FFFFFF}
		
		td.font2 {background: #000000;
        font: 8pt "Verdana", "sans serif";
		text-align: left;
		color: #FFFFFF}