/* Detailed Facility Report CCS File */
/* Created on: July 10, 2001, by Michael Muller, Abt Associates Inc, www.abtassoc.com */
/* Last updated: July 10, 2001, by Michael Muller */

body {
	font-family : Arial, Helvetica, sans-serif;
}

.topPageInfo{
	font-weight : bold;
	font-size: 10pt;
}

.tableheader1{
	font-weight : bold;
}

.colhead1{
	font-weight: normal;
	font-size: 9pt;
	background-color : #e7ecf2;
}

.row1{
	font-size: 8pt;
}

.row2{
	font-size: 8pt;
	text-align : center;
}

.tablefooter1{
	font-size: 7pt;
}

.highlight1{
	color : #FF9900;
	font-style : normal;
	font-weight : bold;
}

.highlight2{
	color : #800000;
	font-style : normal;
	font-weight : bold;
}

.highlight3{
	color : #808080;
	font-style : normal;
}
.dfrPageTitle {  font-size: 14pt; font-weight: bold; color: #000066}
.dfrInstructions {  font-size: 9pt; font-weight: normal; color: #000000}
.dfrSubTitle {  font-size: 9pt; font-weight: bold; color: #FFFFFF}

.releaseBanner {
	color: white;
	background-color: gray;
	font-weight: bold;
	padding: 2px 5px;
}

.datadictionary {
	margin-top: 19px;
	float: right;
}

#content h2 {
	font-size: 1.3em;
}

#content table.results {
	width: 100%;
	border: 1px outset gray;
	border-collapse: separate;
	border-spacing: 0;
	*border-collapse: collapse; /* IE hack for border-collapse: separate */
}

#content table.results th,
#content table.results td {
	font-size: x-small;
	padding: 1px;
	border: 1px inset gray;
	text-align: center;
	*position: relative;	/* IE hack for border-collapse: separate */
	empty-cells: show;
}

#content table.results th {
	background-color: #e7ecf2;
}

#content table.results .odd {
	background-color: white;
}

#content table.results .even {
	background-color: #ddd;
}

