body {
	background-color:#FFFFFF;
	background-image: url(/img/grfx/elements/lines/rightdot.gif);
	background-repeat: repeat-y;
	background-position:right 100px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#leftTbl {
	background: #FFFFFF url(/img/grfx/elements/lines/leftdot.gif) repeat-y left top;

}
#midTbl {
	background-color: #FFFFFF;
	background-image: url(/img/grfx/elements/lines/rightdot.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
#rightTbl {
	background: #FFFFFF url(/img/grfx/elements/lines/leftdot.gif) repeat-y left top;
}

.tblCol  {
	top: 0%;
	left: 0%;
	position: static;
	top: 0%;
	width:98%;
	height: 98%;
	margin:0%;
	padding: 1%;
}
.divCol {
	padding:2%;
	margin:0%;
	color: #2C2A24;
	z-index:2;
	width:94%;
	height:94%;
	position: static;
	left: 0%;
	top: 0%;
}
#leftDiv {
	font-size:small;
	color:#4D483E;

}
#midDiv {
	font-size: medium;
	color:#2C2A24;
	font-family: SerifaBT, Georgia, Times, serif;
}
#rightDiv {
	font-size: small;
	color:#4D483E;
	background: #FFFFFF;

}

.hanging {
	padding-left: -25px;
	text-indent: -25px;
}
