.text-light {
			font-family :Arial;
		  	font-size : 11px;
		  	color : #ccffcc;
			font-weight : normal;
		}
		
.text-light-b {
			font-family :Arial;
		  	font-size : 11px;
		  	color : #ccffcc;
			font-weight : bold;	
			text-decoration: none;	
		}	
		
.text-dark {
			font-family :Arial;
			font-size : 11px;
			color : #006600;
			font-weight : normal;
			text-decoration: none;
		}
		
.text-dark-b {
			font-family :Arial;
		  	font-size : 11px;
		  	color : #006600;
			font-weight : bold;
			text-decoration: none;
		}

a.dark {
			font-family: Arial;
		  	font-size: 11px;
		  	color: #003300;
			font-weight: bold;
			text-decoration: none;
		}
			
a.light {
			font-family: Arial;
		  	font-size: 11px;
		  	color: #ccffcc;
			font-weight: normal;
			text-decoration: none;
		}
	
--------	
		.text-big {
			font-family :Arial;
		  	font-size : 14px;
		  	color : #000000;
			font-weight : normal;
			text-decoration: none;
		}				
		
		.text-bbig {
			font-family :Arial;
		  	font-size : 14px;
		  	color : #000000;
			font-weight : bold;
			text-decoration: none;
		}			
		
		.text-s {
			font-family :Arial;
		  	font-size : 11px;
		  	color : #000000;
			font-weight : normal;
			text-decoration: none;
		}		

		.text-grey-s {
			font-family :Arial;
		  	font-size : 10px;
		  	color : #666666;
			font-weight : normal;
			text-decoration: none;
		}	
		
		a.dark {
			font-family: Arial;
		  	font-size: 11px;
		  	color: #003300;
			font-weight: bold;
			text-decoration: none;
		}

		a.white {
			font-family: Arial;
		  	font-size: 12px;
		  	color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}		

		
		a.grey-b {
			font-family: Arial;
		  	font-size: 14px;
		  	color: #666666;
			font-weight: bold;
			text-decoration: none;
		}
		
		a.small {
			font-family:Arial;
		  	font-size: 9px;
		  	color: #666666;
			font-weight: bold;
			text-decoration: none;
		}

		
		a:visited.grey {color: #666666;}
		a:hover.grey {color: #999999;}
		a:active.grey {color: #666666;}
		
		a:visited.white {color: #ffffff;}
		a:hover.white {color: #999999;}
		a:active.white {color: #ffffff;}

		a:visited.grey-b {color: #666666;}
		a:hover.grey-b {color: #99999;}
		a:active.grey-b {color: #666666;}		
		
		a:active.small {color: #666666;}
		a:hover.small {color: #999999;}
		a:visited.small {color: #666666;}
	

		body {
			scrollbar-DarkShadow-Color:#CCCCFF; 
			scrollbar-Track-Color:#CCCCFF; 
			scrollbar-Face-Color:#CCCCFF; 
			scrollbar-Shadow-Color:#666666; 
			scrollbar-Highlight-Color:#CCCCFF; 
			scrollbar-3dLight-Color:#666666; 
			scrollbar-Arrow-Color:#666666;
		}		