/* CSS Document */

td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
}

td.header {
	background-color: #FFD205;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #666666;
}

td.header_right {
	background-color: #FFD205;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #000000;
}

td.report {
	border-right: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}

td.report_bottom {
	border-right: 1px dashed #666666;
}

td.report_last {
	border-bottom: 1px dashed #666666;
}