     
	body, .default
	{
		background: #7D88AC;//#9AA4C2;//#FFFFF;
      
		scrollbar-face-color: #9AA4C2;  
		scrollbar-highlight-color: #9AA4C2;
		scrollbar-shadow-color: #9AA4C2;
		scrollbar-3dlight-color: #9AA4C2; 
		scrollbar-arrow-color: #9AA4C2;
		scrollbar-track-color: #9AA4C2;  
		scrollbar-darkshadow-color: #9AA4C2;

		font-family: Arial;
		font-weight: 1000;
		font-style: none;//italic;
		font-size: 100%;
		color: #000000;
	}
   
	a:link
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	a:hover
	{
		color: #000000;
		text-decoration: none;
	}

