<!-- BODY 		{	font-family: "Times New Roman,Helvetica,Sans-Serif";
			color: black;
			margin-left: 5%; 
			margin-right: 5%;
			text-align: justify;
			background: #EAE9DB
		} -->
P 		{	margin-left: 0%; 
			margin-right: 0%;
			margin-bottom: 0%;
			text-align: justify;
			text-indent: 3%
		}
P.comment	{	color: red;
			font-style: italic
		}
P.center	{	text-align: center;
			margin-top: 12pt;
			font-weight: bold
		}
P.italctr	{	text-align: center;
			margin-top: 1em;
			margin-bottom: 0%;
			font-style: italic;
			font-weight: bold
		}
P.boldctr	{	text-align: center;
			margin-top: 0%;
			margin-bottom: 2em;
			font-weight: bold
		}
P.title		{	text-align: center;
			font-size: large;
			font-weight: bold
		}
.notice		{	text-align: center;
			font-size: 13pt;
			color: darkred;
			font-style: italic;
			font-weight: bold;
			margin-bottom: 1em
		}
A:link: 	{	color: blue; 
			text-decoration: none
		}
A:active: 	{	color: red; 
			text-decoration: none
		}
A:visited: 	{	color: darkblue; 
			text-decoration: none
		}
H1		{	font-size: xx-large;
			font-family: "Times New Roman, Sans-Serif";
			font-weight: bold;
			color: black
		}
H2		{	font-size: 20pt;
			font-family: Times New Roman, Sans-Serif;
			font-weight: bold;
			color: black
		}	
H3		{	font-size: 10pt;
			font-family: Times New Roman, Sans-Serif;
			font-weight: normal;
			color: black
		}	
.large		{	font-size: x-large
		}
TABLE		{	font-family: "Times New Roman, Sans-Serif"
		}
TABLE.census	{	background-color: #FFFFFF;
			empty-cells: show;
			border-collapse: collapse;
			border: 1px solid black;
			width: 100%
		}
TABLE.select	{	background-color: #FFFFFF;
			empty-cells: show;
			border-collapse: collapse;
			border: 1px solid black;
			width: 60%
		}
TR.header	{	background-color: #DDDDDD
		}
UL.compact	{	list-style-position: inside
		}
TD		{	font-family: "Times New Roman, Sans-Serif";
			font-size: 14pt
		}
TH		{	font-family: "Times New Roman, Sans-Serif";
			font-size: 16pt
		}
TH.med		{	font-family: "Times New Roman, Sans-Serif";
			font-size: 14pt
		}
TD.padded	{	padding-left:10px
		}
TD.select	{	font-family: "Times New Roman, Sans-Serif";
			font-size: 12pt;
			border: 1px solid black;
			padding-left: 5px;
			padding-right: 3px
		}
TH.select	{	font-family: "Times New Roman, Sans-Serif";
			font-size: 16pt;
			border: 1px solid black;
			verticle-align: middle;
			text-align: center
		}
TD.tbl		{	font-family: Courier;
			font-size: small;
			border: 1px solid black;
			padding-left: 3px;
			padding-right: 3px
		}
TH.tbl		{	font-family: Courier;
			font-size: small;
			border: 1px solid black;
			verticle-align: middle;
			text-align: center
		}
LI		{	font-size: smaller;
		}
hr		{	width: 60%;
			height: 3px;
			background: #BDAFA4
		}
div.center	{	text-align: center
		}
.centercontainer { margin-left: auto; margin-right: auto; }
		