﻿.StepText {
	font-size: 1em;
	font-weight: bold;
	color: #B71E70;
}

.DescText {
	font-size: 1em;
}
.ReportType {
	background-color: #B6DCE1;
	color:#005573;
	font-weight: bold;
	padding:.33em 1em 0 1em;
}
.SelectBox {
	color: #000000;
	font-size: 1em;
	text-align: left;
}
.TextBox {
	color: #000000;
	font-size: 1em;
	text-align: left;
}
.rptSectionHeading {
	color: #000000;
	font-size: 1.2em;
	font-weight: Bold;
	background-color: #B6DCE1;
	text-align: center;
}
.rptReportName {
	color: #005573;
	font-size: 1.1em;
	font-weight: Bold;
	text-align: left;
}
.rptReportDesc {
	color: #005573;
	font-size: 1em;
	background-color: white;
	text-align: justify;
}