H1	{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

H2	{
	font-size : 15pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : medium;
	color : black;
	}

H3	{
	font-size : 13pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}
	
H4	{
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	}

body {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	
	}

th {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : white;
	background-color : #421DA4;
	}
/*  alternative colors for th
	330099 - dk blue
	6666cc - lt blue
	663399 - purple
*/
	
td	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}

p	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}
	
.p	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : black;
	}

a	{
	color: blue; 
	text-decoration: underline;
	}
	
a:hover {
	color: purple; 
	text-decoration: none;
	}

.b	{
	font-weight : bold;
	}

.i	{		
	font-style : italic;
	}
	
.mini {
	font-size : 8pt;
	font-weight : normal;
	}

.form {
	font-size : 11pt;
	font-weight : normal;
	}

.subset_selector {
	font-size : 8pt;
	font-weight : normal;
	}
	
.alert {
	color : red;
	}
	
.active {
	color : blue;
	}

.menu_topic {
	font-size : 9pt;
	font-weight : normal;
	color : Black;
	}

.menu_item {
	font-size : 8pt;
	font-weight : normal;
	color : 009900;
	}

.copyright {
	font-size : 8pt;
	font-weight : normal;
	color : white;
	}

.toprow {
	font-size : 10pt;
	font-weight : bold;
	color : white;
	background-color : #421DA4;
	}
	
.toprowsort {
	font-size : 10pt;
	font-weight : bold;
	color : white;
	text-decoration: underline;
	}
	
a.toprowsort:hover {
	font-size : 10pt;
	font-weight : bold;
	color: white; 
	text-decoration: none;
	}

.altrow {
	background-color : #eeeeee;
	}
	
.source {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	}

/* 
--- place your site specific classes here
orig altrow2 #f2e3ce
*/

.selectedrow {  font-family: Arial, Helvetica, sans-serif; color: white; background-color: #003366}
.altrow2 {  background-color: #f2e3ce; }
.whiterow {  background-color: white; }
.title { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13pt; color: #421DA4; }
.altb  { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #421DA4; }
.white { font-size : 9pt; font-weight : normal;	color: white; }