		
		.a
		{
           	color : #ACCDDE;
           	font-size : "12";
           	font-family : none;
           	font-weight : Bold;
		text-decoration: none
           }
		
		a:hover.a
		{
           	color : #A6BBB9;
           	font-size : "12";
           	font-family : none ;
           	font-weight : Bold;
		text-decoration: none
           }
           		
		a:active.a
		{
           	color : #A6BBB9;
           	font-size : "12" ;
           	font-family :none;
           	font-weight :Bold ;
		text-decoration: none
           }

	     .b
		{
           	color : #ACCDDE;
           	font-size : "10";
           	font-family : arial;
		text-decoration: none
		
           }
		
		a:hover.b
		{
           	color : #A6BBB9;
           	font-size : "10";
           	font-family : arial;
		text-decoration: none
		
           }
           
	    a:active.b
		{
           	color : #A6BBB9;
           	font-size : "10" ;
           	font-family :arial;
		text-decoration: none
		
           }
		      .d
		{
           	color : #4A4328;
           	font-size : 12pt;
           	font-family : times;
		text-decoration: italic;
		font-weight : bold;
           }
		
		a:hover.d
		{
           	color : #476567;
           	font-size : 12pt;
           	font-family : times;
		text-decoration: italic;
		font-weight : bold;
           }
			a:active.d
		{
           	color : #476567;
           	font-size : 12pt;
           	font-family : times;
		text-decoration: italic;
		font-weight : bold;
           }
}
body { 
scrollbar-base-color: #ACCDDE; 
scrollbar-face-color: #476567; 
scrollbar-track-color: #A6BBB9; 
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #A6BBB9; 
scrollbar-3dlight-color: #476567; 
scrollbar-shadow-color: #476567;
scrollbar-darkshadow-color: #476567; 
} 
