body {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color: #000;
	background-color: #fff;
	}

#header {
	display:none;
}

#header img {
	margin:0;
	padding:0;
}

#nav {display:none;}


table, th, td {border: 1px #000 solid; border-collapse:collapse;}

#noborder table {border-style:none; border-width:0;}

table {
 	margin:1em 0;
 }
 
 img {
 	margin:1em 1em;
 }
 
 #map img {
 	margin:1em 0;
 }
 
 table th {
 	font-weight:100;
	text-align:left;
 }
 
 table tr.mainHeadings th {
 	background-color:#CCCCCC;
 }
 
 table tr.totals th {
 	background-color:#CCCCCC;
	text-align:right;
	font-weight:bold;
 }
 
 table tr.totals td {
 	background-color:#CCCCCC;
 	font-weight:bold;
 }
 
 
table caption {
	font-weight:bold;
	font-size:1.25em;
	text-align:center;
} 

#noborder td {border-style:none; border-width:0;}

th {vertical-align: top; text-align:left; padding:3px;}

td {vertical-align: top; padding:3px;}

caption {font-weight:bold; font-size:larger; padding-bottom:10px; text-align:left;}

.gray {color:#000; background-color:#ccc;}

/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #00C;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 0;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyond summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	}	

h3 {
	font-size: 1.4em;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

ol, ul {
	margin-bottom:1em;
}

p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
p.identification {
	text-align:right;
}

li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}	
table, th, td {
	font-size: 1.0em;
	}
	
th.rowHead {
	font-weight:bold;
	vertical-align:middle;
}

th.sectionHead {
	color:#FFFFFF;
	background-color:#000000;
	font-weight:bold;
}

th.columnHead {
	text-align:center;
	font-weight:bold;
}

th.financeRowHead {
	text-align:left;
	padding-right:3em;
	border:none;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

th.financeTotalRowHead {
	text-align:left;
	font-weight:bold;
	padding-right:3em;
	border:none;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}


td.financeData {
	text-align:right;
	border:none;
	border-right:1px solid #000;
}

td.financeTotalData {
	text-align:right;
	border:none;
	border-right:1px solid #000;
	border-top:1px solid #000;
	font-weight:bold;
}


td.financeData span.financeDataSymbol {
	text-align:left;
}

td {
	text-align:center;
	vertical-align:middle;
}


div.inPageAnchor {
	display:none;
}


p.stateID {
	text-align:right;
}

a.screenOnly {
	display:none;
}