	<style type="text/css">
		.a
		{
           	color : blue;
           	font-size : 7pt;
           	font-family : arial;
			text-decoration : none;
           }
		
		a:hover.a
		{
           	color : #33cccc;
           	font-size : 7pt;
           	font-family : arial;
			text-decoration : none;
           }

          .normal {
           	color : #000000;
           	font-size : 10pt;
           	font-family : arial;
			
           }
		
	.h1 {
           	color : #000000;
           	font-size : 14px;
           	font-family : arial;
			
           }
		   
          .normal2 {
           	color : #000000;
           	font-size : 7pt;
           	font-family : helvetica;
			
           }
		   
		      
          .leftsidelinks {
           	color : #000000;
           	font-size : 10px;
           	font-family : arial;
			
           }
   
          .bottomlinks {
           	color : #ffffff;
           	font-size : 7pt;
           	font-family : helvetica;
			
           }
		   		   
         .mid {
           	color : #ffffff;
           	font-size : 7pt;
           	font-family : arial;
           }
          .big  {
           	color : #000000;
           	font-size : 10pt;
           	font-family : arial;
           	font-weight : bold;
           }           
           
          .msg {
           	color : #ff0000;
           	font-size : 8pt;
           	font-family : arial;
			
           }
		   
		    .err {
           	color : #ff0000;
           	font-size : 8pt;
           	font-family : arial;
			
           }
	</style>			   