table  {
	border-collapse:collapse;
	text-align:left;
	width:100%;
	margin-bottom: 15px !important;
	background-color: #EBEBEB;
}
.top-corner-left {
	background-attachment: scroll;
	background-image: url(../Images/table-corners/top-left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}
.top-corner-right {
	background-attachment: scroll;
	background-color: #CC0066;
	background-image: url(../Images/table-corners/top-right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}
table th {
	font-weight:normal;
	padding:8px;
	color: #FFFFFF;
	background-color: #CC0066;

}
table th a {
	color: #FFFFFF;
	text-decoration: underline;

}
table th a:hover {
	color: #000000;
	text-decoration: none;

}
table th h1, table th h2, table th h3, table th h4, table th h5, table th h6, table th p {
color: #FFFFFF;
	margin-bottom:0px !important;
}
table td {
	border-top:1px solid #FFFFFF;
	padding:8px;
}
table tfoot td.bot-corner-left {
	background-attachment: scroll;
	background-image: url(../Images/table-corners/bot-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
table tfoot td.bot-corner-right {
	background-attachment: scroll;
	background-image: url(../Images/table-corners/bot-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/**
tbody tr:hover td {
	background-attachment: scroll;
	background-color: #FFD2E9;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
**/
