/*
		Here we have an example collection of CSS statements
	
		Copyright 2003 Adobe Systems Incorporated.
*/

	body		{ color: black; background-color: white }
	p			  { color: #666; font-size: 10pt; font-family: Arial; line-height: 15pt; margin-top: -3pt; padding-right: 12pt }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: #edcc22; text-decoration: none }
.nav { color: #666 }
a:visited	 { color: #edcc22; text-decoration: none }
	a:hover		 { color: #edcc22; font-size: 110%; font-weight: bold; text-decoration: underline }
	a:active	 { color: #edcc22; text-decoration: none }

	div			{ }
	span		{ }
	
	td			{ }
	table1		 { font-size: 7px; font-family: Arial }

	h1			{ font-weight: bold; font-size: 2em; margin: 0.67em 0px }
	h2			 { color: #6f051c; font-size: 10pt; font-family: Arial; font-weight: normal; margin-top: 3pt; margin-bottom: 9pt; padding-right: 25pt; padding-left: 40pt }
	h3			 { color: #666; font-size: 10pt; font-family: Arial; font-weight: normal; margin-top: 3pt; margin-bottom: 6pt; padding-right: 20pt; padding-left: 20pt }
	h4			 { color: #666; font-size: 9pt; font-family: Arial; font-weight: lighter; line-height: 12pt; margin-top: 5pt; margin-bottom: 12pt; padding-right: 15pt; padding-left: 15pt }
	h5			 { color: #ccc; font-size: 10pt; font-family: Arial; font-weight: lighter; margin-top: -3pt; margin-bottom: 12pt }
	h6			 { color: #edcc22; font-size: 9pt; font-family: Arial; font-style: normal; font-weight: lighter; line-height: 14pt; text-align: center; margin-top: -1pt }

	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			{ margin: 1em 0px 1em 40px; list-style-type: disc }
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }

