/* CSS Document */
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#000}
.table{width:96%;height:auto;background:#dad9d9; float:left; margin:5px 0}
.table td{margin-bottom:3px;text-align:left; padding-left:3px}
.table tr{ background:#fff}
.table tr.top{ background:#cddef2; font-weight:bold}
.table_d{
	width:96%;
	height:auto;
	background:#e9e9e9; float:left; border-top:1px solid #ab8b9b; margin:12px 0;
}
.table_d td{margin-bottom:3px;text-align:left; padding-left:3px; height:25px;}
.table_d tr{ background:#fff;}
.table_d tr.top{ background:#fbf5f8;}

