
body
	{
	margin-left: 1%;
	margin-right: 1%;
	font-family: "New York", "Times New Roman", "Garamond", Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: medium;
	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;
	}
	
small
	{	
	font-size:	.92em;
	}	

big
	{	
	font-size:	1.17em;
	}
	
h1
	{
	margin-left: 0%;
	font-size:	2em;
	}

h2
	{
	margin-left: 0%;
	font-size:	1.75em;
	}

h2.contents
	{
	margin-left: 0%;
	font-size: 1.75em;
	color: white;
	text-align: center;
	font-weight: bolder;
	}

h3
	{
	margin-left: 10%;
	font-size: 1.25em;
	font-weight: bold;
	}

h3.contents
	{
	text-align: left;
	margin-left: 10%;
	font-size: 1em;
	font-weight: bold;
	}
	
h4
	{
	margin-left: 15%;
	font-size: 100%;
	font-weight: bold;
	}

h5
	{
	margin-left: 20%;
	font-size: 100%;
	font-style: italic;
	}

h6
	{
	margin-left: 25%;
	font-size: 100%;
	font-style: italic;
	text-decoration: underline;
	}

p
	{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
	font-size: medium;
	}
	
 .contents
 	{
	margin-left: 0%;
 	font-family: "New York", "Times New Roman", "Times Roman", Serif;
	color: white;
 	}

 .noindent
 	{
	margin-left: 0%;
 	}
	
 .speech_contents
 	{
	font-style: normal;
	margin-left: 0%;
	color: white;
	text-align: left;
 	}

 .noleadcap;
 	{
 	font-family: "New York", "Times New Roman", "Times Roman", Serif;	
	}
	
 .noleadcap:first-letter
 	{
	font-style: normal;
	font-size: medium;
	}
	
 .quoted
 	{
	margin-left: 10%;
	font-style: italic;
	font-size: 90%;
	}

p.quoted:first-letter
 	{
	font-size: 90%;
	}
		
 .quotedcentered
 	{
	font-style: italic;
	font-size: 90%;
	text-align: center;
	}
	
p.quotedcentered:first-letter
 	{
	font-size: 90%;
	}
	
 .caption
 	{
	margin-left: 5%;
	margin-right: 5%;
	font-style: normal;
	font-size: 90%;
	text-align: center;
	}

 .tinyfont
	{
	font-size: x-small;
	font-style: normal;
	}

 .centered
	{
	text-align: center;
	}

p:first-letter
	{
	font-size: larger;
	}


i, em
	{
	font-style: italic;
	}
	
b, strong
	{
	font-weight: bolder;
	}

blockquote
	{
	color: black;
	font-size: smaller;
	}

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:	slategray;
	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
	{	
	text-decoration:	none;
	font-weight:	bolder; 
	color:	#00BBBB;
	background:	navy;
	}	
		
A.contents:visited
	{	
	text-decoration:	none;
	font-weight:	bolder;
	color:	gray;
	background:	navy;
	}	
		
A.contents:active
	{	
	text-decoration:	none;
	font-weight:	bolder;
	color:	aqua;
	background:	navy;
	}	
		
A.contents:hover
	{	
	text-decoration:	underline;
	}	

A.groups:link
	{
	text-decoration: none;
	font-weight: bolder;
	color: teal;
	background-color: lemonchiffon;
	}

A.groups:visited
	{
	text-decoration: none;
	font-weight: bolder;
	color: teal;
	background-color: lemonchiffon;
	}

A.groups:hover
	{
	text-decoration: underline;
	}

table.data_table
	{
	cell-spacing: 2;
	padding: 2 2 2 2;
	border-style: double;
	border-width: 1;
	}
	
th.data_table
    {
	text-align: center;
    }
	
td.data_table
	{
	text-align: right;
	}

td.data_table_positive_currency
	{
	text-align: right;
	color: forestgreen;
	}

td.data_table_negative_currency
	{
	text-align: right;
	color: red;
	}

th.data_header
    {
	color: white;
    }
	
tr.data_header
	{
	background-color: gray;
	}

tr.data
	{
	background-color: #cccccc;
	}

