/* CSS Document */

body		{background-color:#E7E8EA;
		 	 FONT-SIZE: 10pt;
    		 COLOR: dimgray;
    		 FONT-FAMILY: Verdana, Arial;}
			 
.rep		{background-repeat:no-repeat;}
			 
			 
.floatleft	{float:left;
			 margin: 10px;}		
			 
.floatright	{float:right;
			 margin: 10px;}	 
			 
.water		{background-color:#E7E8EA;
			 background-image:url(SMI_Water.gif);
			 background-position:center;
			 background-attachment: fixed; 
			 background-repeat:no-repeat;
			 overflow:scroll;}