/* general styles */

table, td{
	font-size: 11px;
	color: #333333;
}
table p {
	margin: 0px;
	padding: 0px;
}
caption {
	margin: 0px;
	font-size: 11px;
	color: #C00061;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
}
table{
	width:100%;
	border-collapse:collapse;
	margin-top: 4px;
	margin-bottom: 10px;
}
th, td{
	text-align:left;
	padding:5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
th{
	background:#B5005B url(/images/bg_tr2.gif) repeat-x;
	color:#FFFFFF;
}
tr{
	background:#F3D7DE;
}
tr.alternate {
	background-color: #E7B2BF;
}
