

/* General style sheet for DNow Reports */

td {
	FONT-SIZE: 11px;
	color: black;
	/*border:solid white .0pt;*/
}

table {
	FONT-SIZE: 11px;
	color: black;
	/*border:solid white .0pt;*/
}

.HideBorder {
	border:solid white .0pt;
}

.TableHeaderRowParams        {
	background-color: #eaeaea; 
	color: black; 
	font-weight:bold;
}

.TableOddRowParams        {
	background-color : white; 
	color: black;
}

.TableEvenRowParams        {
	background-color: #F0F0F0; 
	color: black;
}

.TableSumRowParams        {
	color: red; 
	font-weight:bold;
}
	
.RowHeader {
	font-weight:bold;
	FONT-SIZE: 13px;
}

.ReportSectionTitle {
	font-weight:bold;
	FONT-SIZE: 14px;
	background-color: #E1EDF5;
	width: 100%;
}

.ReportTitle {
	font-weight:bold;
	FONT-SIZE: 16px;
	text-align: center;
	color: black;
	background-color: #e6e6e6;
}

@page Section1
	{size:8.5in 11.0in;
	margin:.5in .5in .5in .5in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;border:solid white .0pt;}