﻿body
{
	font-family:Arial;
	font-size:10pt;
}

.headerRule
{
	background-color:#009900;
	height:5px;
 		
}

.header
{
}

.header .headerRow
{
	background-color:#009900;
}

.header .headerText
{
	font-family:Times New Roman;
	 color:#009900;
	 font-size:18pt;
	 font-weight:bold;
	 border-bottom-color:#009900;
	 border-bottom-width:thick;
	 border-bottom-style:solid;
}

.criteria 
{
	
}

.criteria .header
{
	background-color:#009900;	
}

.criteria .header td
{
	text-align:center;
	color:White;	
}

.data 
{
	border-collapse:collapse;	
}

.data .header td
{
	text-align:center;
	font-weight:bold;
	padding-bottom:3px;	
}

.data .subHeader
{
	background-color:#009900;	
}

.data .subHeader td
{
	text-align:center;
	font-weight:bold;
	color:White;	
}

.data td
{
	text-align:center;
}

.data .dataRow
{
	
}

.data .dataRow td
{
	border-bottom:1px solid Gray;
	
}

.data .dataRow .dataRowHeader
{
	text-align:left !important;
	font-weight:bold;
}


.data .header .dataPointLabel
{
	text-align:left !important;
}

.notes
{
	width:626px;
}



.button
{
	background-color:#ffffff;
	color:#009900;
	text-transform : uppercase;
	font-family : "Arial Narrow", Arial, sans-serif;
	font-weight : bold;
	font-size: 8pt;
	border-left : 1px solid Silver;
	border-right : 2px solid Gray;
	border-bottom : 2px solid Gray;
	border-top : 1px solid Silver;
}

.error
{
	color:Red;
}

#errorPage
{
	width:573px;
	text-align:center;
}
