/*MainSection Container*/
.cont1Maintable {
	background-color: #FFFFFF;
	padding: 0px;
}

.cont1Content {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.cont1Title {
	font-weight:bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#3D6991;
}

.cont1Outlinespacertable {
	height: 10px;
}

/*Background Styles*/
TD.con1topCell {
	height: 5px;
	background-image: url(images/con1_t2.gif);
	background-repeat: repeat-x;
	width: 100%;
}
TD.con1leftCell {
	background-image: url(images/con1_left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
TD.con1rightCell {
	background-image: url(images/con1_right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
TD.con1bottomCell {
	height: 5px;
	background-image: url(images/con1_b2.gif);
	background-repeat: repeat-x;
	width: 100%;
}



