#mytable {
	width: 600px;
	padding: 0;
	margin: 10px 20px;
}
caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: right;
}
th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #522486;
	border-bottom: 1px solid #c1b5cf;
	border-top: 1px solid #c1b5cf;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #af95cf url(../images/table7_header.jpg) no-repeat;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c1b5cf;
	background: none;
}
td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #522486;
}
td.alt {
	background: #e7e5e8;
	color: #522486;
}
td.foot {
	font-size: 10px;
	background: #efefef;
	color: #522486;
}