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

	body		{ color: black; background-color: white }
	p			 { color: #4c3927; font-size: 10pt; line-height: 140% }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: #b28b4c; font-style: normal; font-weight: normal; text-decoration: none }
	a:visited	 { color: #9a8466; font-weight: bold; text-decoration: none }
	a:hover		 { color: #4c3927; text-decoration: underline }
	a:active	 { color: #b28b4c }

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

	h1			{ font-weight: bold; font-size: 2em; margin: 0.67em 0px }
	h2			{ font-weight: bold; font-size: 1.5em; margin: 0.83em 0px }
	h3			{ font-weight: bold; font-size: 1.17em; margin: 1em 0px }
	h4			{ font-weight: bold; margin: 1.33em 0px }
	h5			 { color: #b28b4c; font-size: 9pt; font-family: "Times New Roman"; font-style: italic; font-weight: normal; margin-top: -5pt }
	h6			 { color: #9a8466; font-size: 9.5pt; font-family: "Times New Roman"; font-weight: normal; line-height: 120%; margin-top: -7pt }

	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 }
