.roll-button {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	border: thin solid #ff0000;
}
.roll-button:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
}
.roll-button:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #0099FF;
}
.roll-button:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #FFFFFF;
	display: block;
}
.table-roll-button {
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: 10px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
