/* CSS Document */

body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background-image:url(../images/contentBg.jpg);
}

table.contentTbl{
	font-size: 13px;
	background-image:url(../images/contentBg.jpg);	
}

td.contentTop{
	background-image:url(../images/contentTop.gif);
	background-repeat:no-repeat;
	height: 37px;
	padding:
}

td.contentMiddle{
	background-image:url(../images/contentMiddle.gif);
	background-repeat:repeat-y;
}

td.contentBottom{
	background-image:url(../images/contentBottom.gif);
	background-repeat:no-repeat;
	height: 37px;
}

table.innerContent td{
	padding-left: 0px;
}

