body { 
     scrollbar-face-color:#FFFFFF;
     scrollbar-shadow-color:#000000;
     scrollbar-highlight-color:#b2aa7e;
     scrollbar-3dlight-color:#FFFFFF;
     scrollbar-darkshadow-color:#FFFFFF;
     scrollbar-track-color:#FFFFFF;
     scrollbar-arrow-color:#b2aa7e;
     background-position: left bottom;
     background-repeat: no-repeat;
	 }
	 
td  { 
     font-family: Tahoma, Arial;
     color:#000000; 
     line-height: 1.8;   
     font-size: 9pt 
     }
	
a:link { 
	font-weight						: none; 
	text-decoration					: underline; 
	color							: #b2aa7e;
	}
a:active {
	font-weight						: none; 
    text-decoration					: underline;
    color							: #b2aa7e
            }
a:visited { 
	font-weight						: none; 
	text-decoration					: underline; 
	color							: #b2aa7e;
	}
a:hover{ 
	font-weight						: bold; 
	text-decoration					: underline; 
	color							: #ed3d30;
	}
