		.text {
	font-family :Arial;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	text-decoration: none;
}
		
		.text-b {
	font-family :Arial;
	font-size : 12px;
	color : #000000#;
	font-weight : bold;
	text-decoration: none;
}		
		
		.text-s {
	font-family :Arial;
	font-size : 10px;
	color : #000000#;
	font-weight : normal;
	text-decoration: none;
}		
		
		
		a.violet {
			font-family: Arial;
		  	font-size: 12px;
		  	color: #40003F;
			font-weight: bold;
			text-decoration: none;
		}

		
		a.violet-b {
			font-family: Arial;
		  	font-size: 14px;
		  	color: #40003F;
			font-weight: bold;
			text-decoration: none;
		}
		
		a.small {
	font-family:Arial;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

		
		a:visited.violet {color: #40003F;}
		a:hover.violet {color: #40003F; text-decoration: underline;}
		a:active.violet {color: #40003F;}				
		
		a:visited.violet-b {color: #40003F;}
		a:hover.violet-b {color: #40003F; text-decoration: underline;}
		a:active.violet-b {color: #40003F;}				
		
		a:active.small {color: #40003F;}
		a:hover.small {color: #40003F; text-decoration: underline;}
		a:visited.small {color: #40003F;}
	
		
		body {
			scrollbar-DarkShadow-Color:#FFCCFF; 
			scrollbar-Track-Color:#FFCCFF; 
			scrollbar-Face-Color:#FFCCFF; 
			scrollbar-Shadow-Color:#40003F; 
			scrollbar-Highlight-Color:#FFCCFF; 
			scrollbar-3dLight-Color:#40003F; 
			scrollbar-Arrow-Color:#40003F;
		}	