table {
	font-family: Arial, Helvetica, sans-serif;
}
.contentHeader {
	font-weight: bold;
}
.catImg {
	float: left;
	width: 100px;
}
.catHeader3 {
	position: absolute;
	left: 105px;
	overflow: hidden;
}
.catText {
	width: 325px;
}
.catButton {

}
.displayAreaContainer {
	position: relative;
	z-index: 50;
	top: 215px;
	height: 100%;
}
.displayAreaPad {
	position: relative;
	left: 195px;
	height: 100%;
}
.displayArea {
	position: relative;
	left: 195px;
	top: 15px;
	width: 343px;
	height: 100%;
	padding-bottom: 10px;
}
.displayAreaContentTop {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/displayAreaContentTop.jpg);
	background-repeat: no-repeat;
	width: 343px;
	height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;
	margin: 0px;
}
.displayAreaContentBottom {
	background-image: url(/images/displayAreaContentBottom.jpg);
	background-repeat: no-repeat;
	width: 343px;
	height: 12px;
	margin: 0px;
}
a.catHeaderLinks:link {
	color: #014DBE;
	text-decoration: underline;
	font-weight: bold;
}
a.catHeaderLinks:visited {
	color: #014DBE;
	text-decoration: underline;
	font-weight: bold;
}
a.catHeaderLinks:hover {
	color: #3F8BFE;
	text-decoration: underline;
	font-weight: bold;
}

