/* CSS Document */.button {	cursor:hand;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weigth: bold;	color: #666666;	background-color: #ffffff;    text-indent: 10px;}.buttonover {	cursor:hand;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weigth: bold;	color: #666666;	background-color: #EDEDE3;    text-indent: 10px;}