/* oows-but.css - Copyright BizOrg/OurOwnWebsite2008*/
.roll-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	background-image: url(../images/but_d.jpg);
	height: 20px;
	width: 100px;
	vertical-align: middle;
	line-height: 18px;
}
.roll-button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/but_u.jpg);
	vertical-align: middle;
	line-height: 18px;
}
.roll-button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/but_u.jpg);
	vertical-align: middle;
	line-height: 18px;
}
.roll-button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	background-image: url(../images/but_d.jpg);
	vertical-align: middle;
	line-height: 18px;
}
.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;
	height: 20px;
	width: 100px;
}

