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

	body		{ color: black; background-color: white }
	p			  { color: #8d5746; font-size: 9pt; font-family: Arial; line-height: 13pt; margin-bottom: 12pt }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: #c1272d; text-decoration: none }
	a:visited	 { color: #c1272d; text-decoration: none }
	a:hover		 { color: #982f1f; font-weight: bold; text-decoration: none }
	a:active	 { color: #c1272d; text-decoration: none }

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

	h1			{ font-weight: bold; font-size: 2em; margin: 0.67em 0px }
	h2			 { color: #981b1e; font-size: 14pt; font-family: Arial; font-weight: normal; letter-spacing: 1pt; margin: 4pt 0 }
	h3			 { color: #8d5746; font-size: 8.5pt; font-family: Arial; font-weight: normal; line-height: 11pt; margin: 2pt 0 2pt 10pt }
	h4			 { color: #981b1e; font-size: 8pt; font-family: Arial; font-weight: bold; text-transform: uppercase; margin: 0 }
	h5			 { color: #981b1e; font-size: 12pt; font-family: Arial; font-weight: normal; margin: 0 }
	h6			 { color: #8d5746; font-size: 7pt; font-family: Arial; font-weight: normal; word-spacing: 1pt; margin: 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: #73291e; font-size: 10pt; font-family: Arial; line-height: 12pt; list-style-image: url("images/tinyflower.jpg"); margin: 10pt 0 10pt 15px }
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }

