body,div,table,thead,tbody,tfoot,tr,th,td,p {
	color: black;
	font-family: "arial", sans-serif;
	font-size:12;
	overflow: hidden
	}
body	{
	background-image: url(images/background1b.jpg);
	}
.smallfont {
	font-size:10;
	}
.largefont {
	font-size: 125%;
}
.headerfont {
	font-size: 150%;
	color: #9900cc;
	font-family: "Comic Sans MS", sans-serif;
	}
.bigfont {
	font-size:150%;
	}
#tabbox	{
	position: absolute;
	top: 43px;
	left: 85px;
	width: 710px;
	height: 65px;
	padding: 0px;
	background-color: White;
}


#pricelist {
	position: absolute;
	top: 105px;
	left: 85px;
	width: 710px;
	height: 82%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#pricelist1 {
	position: absolute;
	top: 68px;
	left: 85px;
	width: 710px;
	height: 89%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#pricelist2 {
	position: absolute;
	top: 68px;
	left: 85px;
	width: 88%;
	height: 88%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#tabbox2	{
	position: absolute;
	top: 43px;
	left: 85px;
	width: 88%;
	height: 65px;
	padding: 0px;
	overflow: auto;
	background-color: White;
}