body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-color: #000000;
	}

/* heading styles */
h1 {
	font-family: Verdana;
	font-size: 18pt;
	color: #5800b0;
	}

h2 {
	font-family: Verdana;
	font-size: 12pt;
	color: #5800b0;
	margin-top: 18px;
	margin-bottom: 12px;
	}

h2.red {
	color: #d90000;
	}
	
h3 {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 12px;
	}

/* paragraph styles */
p {
	margin-left: 4px;
	margin-top: 12px;
	margin-bottom: 6px;
	}

p.divide1 {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 5pt;
	background-color: #d90000;
	}

p.divide2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 5pt;
	background-color: #0000ff;
	}

	
p.list {
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	}

p.tagline {
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}

p.subtitle {
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-style: oblique; 
	}

p.colophon {
	margin-left: -4px;
	font-size: 7pt;
	}

/* end paragraph styles */


/* LISTS */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	}
	
li.first {
	margin-left: -20px;
	margin-top: 4px;
	margin-bottom: 0px;
	list-style-type: disc;
	}

li.second {
	margin-left: -24px;
	margin-top: 4px;
	margin-bottom: 0px;
	list-style-type: circle;
	}

li.num {
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 0px;
	list-style-type: decimal;
	}
	
dt {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 8pt;
	}
	
/* TABLES */


/* may not need */ tr.divide1 {
	background-color: #d90000;
	}

tr.divide2 {
	background-color: #0000ff;
	}

td.icons {
	vertical-align: top;
	text-align: center;
	font-size: 7pt;
	}


/* CLASSES */

.bold {
	font-weight: bold;
	}
	
.ital {
	font-style: italic;
	}

.quote {
	font-weight: bold;
	font-size: 13pt;
	}

.centered {
	text-align: center;
	}

.icons {
	vertical-align: top;
	text-align: center;
	font-size: 7pt;
	border-style: none;
	}

/* MISCELLANEOUS */

hr {
	color: #CDB9FF;
	margin-top: 12px;
	/* #DBC8FF; */
	}

img.banner {
	float: left;
	border-style: none;
	}

/* LINKS */
a:link {
	color: #5800b0;
	}
a:visited {
	color: #8080c0;
	}
a:hover {
	color: #0080c0;
	}
a:active {
	color: #0080c0;
	}
/* end links */


/* INDEX PAGE ONLY */

h1.index {
	font-family: Verdana;
	font-size: 18pt;
	color: #5800b0;
	background-color: #FEFFC3;
	}

h2.index {
	font-family: Verdana;
	font-size: 12pt;
	color: #5800b0;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

h2.sidebar {
	font-family: Verdana;
	font-size: 10pt;
	color: #5800b0;
	margin-top:0px;
	margin-bottom: 0px;
	}
	
h1.banner {
	background-color: #FEFFC3;
	font-size: 24pt;
	font-weight: bold;
	color: #5800b0;
	line-height: 58px;
	text-align: center;
	}

p.archive {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	}

p.search {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
	}

p.anti {
	margin-left: -4px;
	background-color: #E2D5FD;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	}

td.sidebar {
	background-color: #FEFFC3;
	vertical-align: top;
	}
td.middle {
	vertical-align: top;
	}

