a:link {
	color: #333;
	font-size: 11pt;
	text-decoration:none;
	
		
}

a:visited {
	color: #333;
	font-size: 11pt;
	text-decoration:none; 

}
a:hover{
	color: #fff;
	font-size: 11pt; 
        
}

a:active{
color: #fff;
	font-size: 11pt; 
        
}

a:otherlink{
	color: #666;
	font-size: 11pt;
	text-decoration:none;
	}
.otherlink:hover{
	color: #fff;
	font-size: 11pt; 
    text-decoration:underline;
    
}
.otherlink:visited{
	color: #666;
	font-size: 11pt; 
    text-decoration:none;
    
}
.otherlink:active{
color: #000;
	font-size: 11pt; 
        
}

a:otherlink2{
	color: #666;
	font-size: 10pt;
	text-decoration:none;
	}
	
	.otherlink2:visited{
	color: #666;
	font-size: 10pt; 
    text-decoration:none;
    
}

.otherlink2:hover{
	color: #fff;
	font-size: 10pt; 
    text-decoration:underline;
    
}
.otherlink2:active{
color: #000;
	font-size: 10pt; 
        
}	

BODY{
scrollbar-face-color:#c0c0c0;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#d8d8d8;
scrollbar-shadow-color:'999';
scrollbar-highlight-color:'bbb';
scrollbar-3dlight-color:'ccc';
scrollbar-darkshadow-Color:'666';
}