  	body, table {		margin-top: 0;
				font-family: Ariel,Sans-Serif;
				font-size: 13px;
				text-align: left;
				background-color: white;
				}
  	img {       border: none;
  				}
  	a {         text-decoration: none;
  				}
  	a:link, a:visited, a:hover {
  				color: black;
  				}
  	a:hover {	text-decoration: underline;
  				}
  	.center {	text-align: center;
  				}
	.grpDesc {	font-weight: bold;
				font-size: 12pt;		
				}
	.noteLabel {font-weight: bold;
				font-size: 10pt;
				}
	.grpNote {	font-size: 10pt;
				}
	#productTable {
				width: 100%;
				border-collapse: collapse;
				margin-top: 10px;
				}
	#catDescCell, .heading {
				font-size: 23px;
				letter-spacing: 5px;
				text-transform: uppercase;
				margin-bottom: 5px;
				margin-top: 15px;
				padding: 10px;
				background-image: url('../images/contentBkgrnd.jpg');
				background-repeat: repeat-y;
				}
	.productRow td, #catFootRow {
				border-top: 1px solid black;
				}
	.productImageCell, .productDetailCell, #catFootCell {
				padding-top: 15px;
				padding-bottom: 15px;
				padding-left: 12px;
				padding-right: 12px;
				}
	.productImageCell {
				text-align: center;
				}
	#catFootCell {
				text-align: center;
				font-weight: bold;
				}
	button, #addToCartSubmit {
				/*border: 1px solid black;*/
				background-color: #DDDDDD;
				border-color: black;
				border-width: 1px;
				}
	.shadedContent {
				padding: 10px;
				border-top: 5px solid white;
				vertical-align: top;
				height: 350px;
				background-image: url('../images/contentBkgrnd.jpg');
				background-repeat: repeat-y;
				}
				
