/* tag.css - BizOrg / OurOwnWebsite 2008 */

html {
  scrollbar-arrow-color: BLACK;
  scrollbar-base-color: red;
  scrollbar-dark-shadow-color: BLACK;
  scrollbar-track-color:red;
  scrollbar-face-color: white;
  scrollbar-shadow-color: red;
  scrollbar-highlight-color: BLACK;
  scrollbar-3d-light-color: red;
}
body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000066;
}
body {
  background-color: #ffffff;
}
h1 {
	font-size: 12px;
	color: #FF0000;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
	font-size: 10px;
	color: #FFFFFF;

}body,td,th {
	color: #FFFFFF;
}
body,td,th {
	color: #000066;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFCC99;
}

.roll-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(images/but-bg.jpg);
	background-repeat: no-repeat;
	width: 78px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	line-height: 16px;
}
.roll-button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	background-image: url(images/but-bg-u.jpg);
	background-repeat: no-repeat;
	width: 78px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
.roll-button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/but-bg-u.jpg);
	width: 78px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
.roll-button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(images/but-bg.jpg);
	background-repeat: no-repeat;
	width: 78px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
