
.button { 	background-image: url("images/button.gif");
		background-color:#999999;
		FONT-FAMILY: verdana, helvetica, sans-serif;
		color: #ffffff;
		font-size: 9pt;
		height: 30px;
		cursor: hand;
		font-weight: bold;
		BORDER: #000000 1px solid; }

.buttonon { 	background-image: url("images/buttonon.gif");
		background-color:#FFCCFF;
		FONT-FAMILY: verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 9pt;
		height: 30px;
		cursor: hand;
		font-weight: bold;
		BORDER: #000000 1px solid; }

