/* CSS Document */

table{
	width:100%;
	border-left:solid 1px #47244b;
	border-top:solid 1px #47244b;
	margin-bottom:10px;
}
table th{
	text-align:center;
	border-right:solid 1px #47244b;
	border-bottom:solid 1px #47244b;
	background-color:#f3ecf2;
}
table td{
	text-align:center;
	border-right:solid 1px #47244b;
	border-bottom:solid 1px #47244b;
}
