/* wicked stepmothers - MarieClaretMarketing and BizOrg 2006 */
html {
  scrollbar-arrow-color: #003366;
  scrollbar-base-color: #003366;
  scrollbar-dark-shadow-color: grey;
  scrollbar-track-color:#ffcccc;
  scrollbar-face-color: white;
  scrollbar-shadow-color: #003366;
  scrollbar-highlight-color: #003366;
  scrollbar-3d-light-color: #ffcccc;
}

.roll-button {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: url(but-bg.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
.roll-button:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
	background-image: url(but-bg-u.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
.roll-button:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-image: url(but-bg-u.jpg);
	width: 140px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
.roll-button:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: url(but-bg.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
