#noShadow .tableWidth {
	width: 165px
	} 

#Shadow .tableWidth {
	width: 171px
	}

#noShadow .topImage { 
	background-image: url(top.gif);
	background-repeat: no-repeat; 
	width: 100%; 
	height: 41px
	}
#noShadow .btmImage {
	background-image: url(bottom.gif); 
	background-repeat: no-repeat;
	width: 100%; 
	height: 7px
	}

#Shadow .topImage {
	background-image: url(top-shadow.gif); 
	background-repeat: no-repeat;
	width: 100%; 
	height: 41px
	}

#Shadow .btmImage {
	background-image: url(bottom-shadow.gif); 
	background-repeat: no-repeat;
	width: 100%; 
	height: 12px
	}

#noShadow #contentCell {
	border-left: 2px solid #FF0000; 
	border-right: 2px solid #FF0000; 
	background-color: #FFFFFF; 
	vertical-align: top;
	background-image: none;
	padding: 8px 4px 4px 4px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:14px; 
	color:#333333;
	}
#Shadow #contentCell {
	border-left: 2px solid #FF0000; 
	background-color: #FFFFFF; 
	vertical-align: top;
	background-image: url(shadow.gif);
	background-position: bottom right;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 8px 4px 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:14px; 
	color:#333333;
}
