a.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background: transparent url(button.gif);
	height: 100%;
	width: 100%;
	line-height: 20px;
	font-weight: bold;
}
a.button:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	background-image: url(buttonarrow.gif);
	background-color: transparent;
	line-height: 20px;
	height: 100%;
	width: 100%;
	font-weight: bold;





}
.buttonoff {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-image: url(buttonarrow.gif);
	background-color: transparent;
	height: 100%;
	width: 100%;
	font-weight: bold;
	text-decoration: none;



}
