.imageBack {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}
.myHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333366;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.cellStyle {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.textStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #163f54;
}
