body
	{ background-image: url('images/stucco.jpg'); font-family: sans-serif; font-size: 1em; line-height: 1.5 }

p
	{ margin: 1em 10px; text-align: center; }

p.bold
	{ font-weight: bold }

p.left
	{ margin: 1em 10px; text-align: left; }

p.narrow
    { font-family: Arial Narrow; }

p.fixed
	{ font-family: monospace; background: #f2f2f2; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; display: block; clear:both; line-height: 110%; margin-top: 0.9em; padding: 10px; }



div.highlighted
    { background-color: #DCDCDC; margin-left: 20px; margin-right: 20px; padding-bottom: 8px; padding-left: 8px; padding-right: 8px; padding-top: 8px; }


a:link
	{ color: blue }

a:visited
	{ color: blue }

a:active
	{ color: blue }


li
	{ margin-top: 0.25em; margin-bottom: 0.25em; text-align: center; }

li.left
	{ margin-top: 0.25em; margin-bottom: 0.25em; text-align: left; }


ol
	{ counter-reset: item; }

ol li
	{ display: block }

ol li:before
	{ content: counter(item) ". "; counter-increment: item; font-weight: bold; }


h1
	{ font-family: sans-serif; font-size: 22pt; ; text-align: center; }

h2
	{ font-family: sans-serif; font-size: 18pt; line-height: 110%; margin-top: 3%; text-align: center; }

h2.left
    { text-align: left; }

h3
	{ font-family: sans-serif; font-size: 14pt; font-weight: normal; text-decoration: underline; text-shadow:1px 1px #aaa; line-height: 110%; margin-top: 3%; margin-bottom: 1%; text-align: center; }

h3.left
    { text-align: left; }

h4
	{ font-family: sans-serif; font-size: 12pt; font-weight: bold; text-decoration: underline; text-shadow:1px 1px #aaa; line-height: 110%; margin-top: 3%; margin-bottom: 1%; text-align: center; }


td
	{ line-height: 150%; }

table#t01
    { width:80%; margin-left:10%; margin-right:10%; }

table#t01 td
	{ border: 0px; border-spacing: 5px; border-collapse: collapse; padding: 5px; text-align: center; empty-cells: show; }


table#t04
    { margin-left:auto; margin-right:auto; }

table#t04 th
	{ color: white; background-color: green; border-spacing: 5px; border-collapse: collapse; padding: 5px; text-align: center; empty-cells: show; }

table#t04 td
	{ border: 1px solid black; border-spacing: 5px; border-collapse: collapse; padding: 5px; text-align: center; empty-cells: show; }
