/*
		Here we have an example collection of CSS statements
	
		Copyright 2003 Adobe Systems Incorporated.
*/

	body		{ color: black; background-color: white }
	p			    { color: #847472; font-size: 10pt; font-family: Arial; line-height: 13pt }

	a			{ color: inherit; text-decoration: none }
	a:link		  { color: inherit; text-decoration: none }
	a:visited	  { color: #473131; text-decoration: none }
	a:hover		   { color: #473131; font-weight: bold; text-decoration: none }
	a:active	  { color: #473131; text-decoration: none }

	div			{ }
	span		{ }
	
	td			{ }
	table		{ }

	h1			  { color: #847472; font-size: 13pt; font-family: Arial; font-weight: normal; line-height: 18pt; margin: 0 }
	h2			  { color: #97b8c8; font-size: 15pt; font-family: Arial; font-weight: normal; margin: 0 0 -7pt }
	h3			  { color: #473131; font-size: 12pt; font-family: Arial; font-weight: bold; margin-top: 2px; margin-bottom: 2px }
	h4			 {
	color: #f7941e;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	h5			  { color: #847472; font-size: 9pt; font-family: Arial; font-weight: bold; margin: 0 0 2px; padding: 0 }
	h6			  { color: #847472; font-size: 7pt; font-family: Arial; font-weight: normal; margin: 0; padding: 0 }

	ol			{ margin: 1em 0px 1em 40px; list-style-type: decimal }
	ol ol		{ margin-top: 0px; margin-bottom: 0px }
	ol ul		{ margin-top: 0px; margin-bottom: 0px }

	ul			 { color: #847472; font-size: 10pt; font-family: Arial; line-height: 12pt; list-style-type: square; margin: 1em 0 12pt 20px }
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }
h7 { color: #369; font-size: 9pt; font-family: Arial; font-weight: bold; margin-top: -10px; margin-bottom: -5px }
h8 { color: #69c; font-size: 8pt; font-family: Arial; font-weight: normal; text-indent: 0; margin: 0 0 5px }
