.imageBack {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.myHeading {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333366;
	font-size: 12px;
	color: #333366;
}
.cellStyle {
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

