/* =====================================*/
/* Used for the archive index pages */
/* Version 3.5 */
/* 9/8/99 */
/* Brian Baggins */
/* =====================================*/
body { background : white }
a:link { color: #000099; background : transparent }
a:visited { color: #333399; background : transparent }
img.center { text-align: center }
hr.end { width: 75%; text-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;
}


/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
