<style> {
}
body {
	background-color: #DCDCDC;
}
.center-cell {
	background-image: url(images/center-background-pattern.png);
}
.cowdata {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}
.left-top-corner {
	background-image: url(images/corner-left-top.jpg);
	width: 20px;
	height: 20px;
}
.left-bottom-corner {
	background-image: url(images/corner-left-bottom.jpg);
	width: 20px;
	height: 25px;
}
.left-border {
	background-image: url(images/border-left.jpg);
	width: 20px;
	background-position: top left;
	background-repeat: repeat-y;
}
.left-gradient {
	background-image: url(images/gradient-left.jpg);
	width: 40px;
	background-repeat: repeat-y;
}
.right-top-corner {
	background-image: url(images/corner-right-top.jpg);
	width: 25px;
	height: 20px;
}
.right-bottom-corner {
	background-image: url(images/corner-right-bottom.jpg);
	width: 25px;
	height:25px;
}
.right-border {
	width: 25px;
	background-image: url(images/border-right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.top-border {
	height: 20px;
	background-image: url(images/border-top.jpg);
	background-repeat: repeat-x;
}
.bottom-border {
	background-image: url(images/border-bottom.jpg);
	height: 25px;
	background-repeat: repeat-x;
}
</style>
