/* scrollandbody.css - BizOrg / OurOwnWebsite 2009 */


.mainbg-table{
	background-image: url(images/bg.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;

}

a:active {
  text-decoration: none;
  color: #CC99FF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;

}

a img {
	border: thin solid #CCCCFF;

}
h2 {
	font-size: 14px;
	color: #006600;
	display: inline;
}
h1 {
	font-size: 14px;
	color: #000066;
	display: inline;
}

.roll-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	background-image: url(web-images/but-up.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}
.roll-button:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	display: block;
	background-image: url(web-images/but-up.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}
.roll-button:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	display: block;
	background-image: url(web-images/but-up.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}
.roll-button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	background-image: url(web-images/but-do.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}

.table{
	background-image: url(images/bg2.jpg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
