/*MainSection Container*/
.cont5Maintable {
	background-color: #FFFFFF;
	padding: 4px;
}

.cont5Content {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.cont5Title {
	font-weight:bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#E87900;
}

.cont5Outlinespacertable {
	height: 10px;
}

/*Background Styles*/
TD.con5topCell {
	height: 6px;
	background-image: url(images/con5_t2.gif);
	background-repeat: repeat-x;
	width: 100%;
}
TD.con5leftCell {
	background-image: url(images/con5_left.gif);
	background-repeat: repeat-y;
	width: 6px;
}
TD.con5rightCell {
	background-image: url(images/con5_right.gif);
	background-repeat: repeat-y;
	width: 6px;
}
TD.con5bottomCell {
	height: 6px;
	background-image: url(images/con5_b2.gif);
	background-repeat: repeat-x;
	width: 100%;
}

