.normal {font-family: Verdana, Arial;
         font-size: 8pt;
		 font-weight: normal;
		 color: #FFFFFF;
		 text-decoration: none; }

.bold   {font-family: Verdana, Arial;
         font-size: 8pt;
	  	 font-weight: bold;
		 color: #FFFFFF;
		 text-decoration: none; }

.small  {font-family: Verdana, Arial;
         font-size: 7pt;
	  	 font-weight: normal;
		 color: #112449;
		 text-decoration: none; }
		 
.current {font-family: Verdana, Arial;
         font-size: 7pt;
	  	 font-weight: normal;
		 color: #7F8FAC;
		 text-decoration: none; }

.smooth {filter:blendTrans(duration=0.4); cursor: hand;}

.trans  {filter:blendTrans(duration=0.0);
         cursor: hand; }