.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: square;
	z-index:100;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;

}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textBlueBulleted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: square;
	color: #00CCFF;
	list-style-position: inside;
}
.bgrepeat {
	background-image:   url(images/bgrepeat.gif);
	background-repeat: repeat-x;
}
.designbanner {
	background-image:  url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.scrollbar
{
	width:550px;
	height:240px;
	overflow:auto;
	border:0px;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#3C0B11;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#336699;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#3C0B11;
}
.tabbg {
	background-image: url(images/tab2bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

