table {
	margin:0px;
}
table, th, td {
	border: 1px solid #d5afc6;
	border-collapse: collapse;
	color: #b06391;
}
caption {
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
}
td, th {
	padding: 2px;
}
thead th {
	text-align: center;
	background: #f0e3ec;
	color: #333;
	font-size: 11px;
	font-weight:normal;
}
tbody td{
	color:#333;
	font-size:11px;
	text-align:center;
}
tbody td p{ font-size:11px;}
td.text-left{ text-align:left; padding-left:5px;}
td.text-left a{ text-decoration: underline; color:#727272}
td.text-left a:hover{ text-decoration: none; color:#727272}
