.scrollbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top-width: 0px;
	border-top-style: none;
	background-color: #FFFFCC;
	overflow: auto;
	width: 550px;
	height: 400px;
	padding: 5px;
	margin: 0px;
	
}
.tabboxactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 90px;
	padding: 5px;
}
.tabboxpassive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CC6666;
	border: 2px solid #000000;
	color: #FFFFCC;
	width: 90px;
	padding: 5px;
}
.spacerbox {
	background-color: #CC3333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 5px;
}
.endbox {
	background-color: #CC3333;
	width: 5px;
}
.pinkfontgeorgia {font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC6666;}
.yellowfontarial {color: #FFFFCC}
.blackfontgeorgia {	font-family: Georgia, "Times New Roman", Times, serif;}
.redfontgeorgia {font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;}
.contentbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFCC;
}
