/* =====================================*/
/* Used for the archive index pages */
/* Version 3.5 */
/* 9/8/99 */
/* Brian Basgen */
/* =====================================*/
body { background : white }
a:link { color: #000099; background : transparent }
a:visited { color: #333399; background : transparent }
img.center { align: center }
hr.end { width: 75%; align: center }
/* =====================================*/
H1 {
	color: #000066;
	text-align: center;
	font-size: 32pt;
	font-weight: bold;
	font-family: "Times New Roman", serif;
}
H4 {
	color: #000033;
	text-align: center;
	font-size: 12pt;
	font-family: "Helvetica", sans-serif;
}
p.index {  color: black;  text-indent: 0em;  font-family : sans-serif; font-size: 16pt;  font-weight: bold; text-align: center;  }
p.footer {  color: black;  text-indent: 0em;  font-family : "Helvetica", sans-serif; font-size: 12pt;  line-height: 150%; text-align: center;  margin-left: 6%; margin-right: 6%; } /* =====================================*/
.section {
	background : Maroon;
	border : thin Red;
	text-align : center;
	color : Yellow;
}
.subsection {
	background : Silver;
	border : thin Red;
	text-align : center;
	color : Black;
}


