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

	body		{ color: black; background-color: white }
	p			 { color: #73291e; font-size: 10pt; font-family: Arial; line-height: 15pt }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: #c62026; text-decoration: none }
	a:visited	 { color: #c62026; text-decoration: none }
	a:hover		 { color: #3d3c3e; text-decoration: none }
	a:active	 { color: #c62026; text-decoration: none }

	div			{ }
	span		{ }
	
	td			{ }
	table		{ }

	h1			 { color: #73291e; font-size: 13pt; font-family: Arial; font-weight: bold; line-height: 12pt; margin: 0.67em 0 }
	h2			 { color: #9c5e26; font-size: 11px; font-family: Arial; font-weight: bold; text-align: center; margin: 4pt 0 }
	h3			 { color: #9c5e26; font-size: 13pt; font-family: Arial; font-weight: normal; line-height: 16pt; margin: 1em 0 }
	h4			  { color: #dd8d27; font-size: 10pt; font-family: Arial; font-weight: normal; line-height: 14pt; margin: 3pt 0 0 }
	h5			 { color: #c1bc80; font-size: 13pt; font-family: Arial; font-weight: normal; line-height: 14pt; margin: 10pt 0 }
	h6			 { color: #c62026; font-size: 8pt; font-family: Arial; font-weight: normal; word-spacing: 5pt; margin: 7pt 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: #9c5e26; font-size: 10pt; font-family: Arial; line-height: 13pt; list-style-image: url("images/leaf.gif"); margin: 6pt 0 6pt 20px }
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }
	
	img, div { behavior: url(iepngfix.htc) }

