/*MainSection Container*/
.cont2Maintable {
	background-color: #FFFFFF;
	padding: 0px;
}

.cont2Content {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.cont2Title {
	font-weight:bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#E87900;
}

.cont2Outlinespacertable {
	height: 10px;
}

/*Background Styles*/
TD.con2topCell {
	height: 5px;
	background-image: url(images/con2_b2.gif);
	background-repeat: repeat-x;
	width: 100%;
}
TD.con2leftCell {
	background-image: url(images/con2_left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
TD.con2rightCell {
	background-image: url(images/con2_right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
TD.con2bottomCell {
	height: 5px;
	background-image: url(images/con2_t2.gif);
	background-repeat: repeat-x;
	width: 100%;
}


