
body, ol, ul, li
	{
	margin-left: 1%;
	margin-right: 1%;
	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	color: navy;
	background: white;
	}
td
	{
	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	}
	
h1
	{
	margin-left: 0%;
	font-size: 200%;
	}

h2
	{
	margin-left: 0%;
	font-size: 150%;
	}

h2.contents
	{
	margin-left: 0%;
	font-size: 150%;
	color: white;
	text-align: center;
	font-weight: bolder;
	}

h3
	{
	margin-left: 10%;
 	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	}

h3.contents
	{
	text-align: left;
	margin-left: 10%;
 	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	}

h4
	{
	margin-left: 15%;
	font-size: 100%;
	font-weight: bold;
	}

 .captions
 	{
	margin-left: 0%;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	}

h5
	{
	margin-left: 20%;
	font-size: 100%;
	font-style: italic;
	}

h6
	{
	margin-left: 25%;
	font-size: 100%;
	font-style: italic;
	text-decoration: underline;
	}

div
	{
 	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	}

 .contents
 	{
 	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	color: white;
 	}

p
	{
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: "New York", "Times New Roman", "Garamond", Serif;
	text-align: justify;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	}
	
 .contents
 	{
	margin-left: 0%;
 	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	color: white;
 	}

 .quoted
 	{
	margin-left: 10%;
	font-style: italic;
	font-size: 90%;
	}
	
 .quotedcentered
 	{
	font-style: italic;
	font-size: 90%;
	text-align: center;
	}
p.quotedcentered:first-letter
 	{
	font-size: 90%;
	}

 .tinyfont
	{
	font-size: x-small;
	font-style: normal;
	}
	
 .tinycontents
	{
	font-size: x-small;
	font-style: normal;
	color: white;
	}
	
 .maroon_text
 	{
	color: #990066;
	}

blockquote
	{
	color: black;
	font-size: smaller;
	}
	
p:first-letter
	{
	font-size: larger;
	}


i, em
	{
	font-style: italic;
	}
	
b, strong
	{
	font-weight: bolder;
	}

div.indent
	{
	margin-left: 5%;
	}
	
A:link
	{	
	text-decoration:	none;
	font-weight:	bolder; 
	color:	teal;
	background:	white;
	}	
		
A:visited
	{	
	text-decoration:	none;
	font-weight:	bolder;
	color:	gray;
	background:	white;
	}	
		
A:active
	{	
	text-decoration:	none;
	font-weight:	bolder;
	color:	aqua;
	background:	gray;
	}	
		
A:hover
	{	
	text-decoration:	underline;
	}	
		
A.offsite
	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	blue;
	background:	papayawhip;
	}	

A.contents:link
	{	
	font-size: normal;
	text-decoration:	none;
	font-weight:	bolder; 
	color:	#00bbbb;
	background:	navy;
	}	
		
A.contents:visited
	{	
	font-size: normal;
	text-decoration:	none;
	font-weight:	bolder;
	color:	slategray;
	background:	navy;
	}	
		
A.contents:active
	{	
	font-size: normal;
	text-decoration:	none;
	font-weight:	bolder;
	color:	aqua;
	background:	navy;
	}	
		
A.contents:hover
	{	
	text-decoration:	underline;
	}	

th.data_header
    {
	color: white;
    }
	
tr.data_header
	{
	background-color: gray;
	}

tr.data
	{
	background-color: #cccccc;
	}
	
