.wline {
	background-image: url(wline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.hline {
	background-image: url(hline.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	display: compact;
	padding: 1px 1px 1px 8px;
	border: 1px solid #CCCCCC;
}
.tableCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-indent: 0px;
	display: compact;
	padding: 1px 1px 1px 8px;
	border: 1px solid #CCCCCC;
	white-space: normal;
	color: #666666;
}

