.button { 	background-image: url("../images/button.gif");
		background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #ffffff;
		font-size: 8.5pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;

		}

.buttonon { 	background-image: url("../images/buttonon.gif");
		background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8.5pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		 }

