
body		   { color: #000; font-size: 12pt }
	p			{ }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: blue; font-weight: bold }
	a:visited	 { color: purple; font-weight: bold }
	a:hover		 { color: #f00; font-weight: bold; background-color: #fc9 }
	a:active	 { color: #ff0; font-weight: bold }

	div			{ }
	span		{ }
	
	td			{ }
	table		 { font-size: 96% }

	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-size: 1.17em; font-weight: bold; margin: 0 }
	h4			 { font-size: 1.09em; font-weight: bold; margin: 0 }
	h5			 { font-size: 0.92em; font-weight: bold; margin: 0 }
	h6			 { font-size: 0.83em; font-weight: bold; margin: 2.33em 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			{ 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 }
.font120  { font-size: 120% }
.font110  { font-size: 110% }
.font96  { font-size: 96% }
.font90  { color: #333; font-size: 90% }
.font86  { color: #333; font-size: 86%; line-height: 120% }
.font80  { font-size: 80% }

