.report_type {
	margin: 0px;
	height: 61px;
	width: 475px;
}
.report_icon {
	float: left;
	height: 61px;
	width: 61px;
	margin-right: 6px;
}
.report_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.report_description {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	margin-bottom: 4px;
}
.report_generate {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
}
.report_arrow {
	background-color: #C00;
	float: left;
	height: 8px;
	width: 9px;
	margin-right: 4px;
	margin-top: 3px;
}

.report_sepa {
	background-image: url(/images/reports_sepa.png);
	height: 1px;
	width: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
}
