.bodyStyle {
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.lineV {
	background-image: url(../IMG/lineV.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.lineH {
	background-image: url(../IMG/lineH.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
