.PageViewerLink{
        padding: 2px 5px 2px 5px;
	margin-right: 2px;	    
	text-decoration: none; 	    
        font-family:Verdana,Arial,Tahoma;
        font-size:8pt;
        
        border: 1px solid #BBD147;
        color: #BBD147;
}
.PageViewerLink:hover{
        padding: 2px 5px 2px 5px;
	margin-right: 2px;	    
	text-decoration: none; 	    
        font-family:Verdana,Arial,Tahoma;
        font-size:8pt;
        
        border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
.PageViewerCurrent {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;	    
	font-family:Verdana,Arial,Tahoma;
        font-size:8pt;
        text-decoration: none;
        
        border: 1px solid #BBD147;
	font-weight: bold;
	background-color: #BBD147;
	color: #005AA5;
}
