BODY 		{	font-family: "Times New Roman,Helvetica,Sans-Serif";
			font-size: 12pt;
			color: black;
			margin-left: 5%; 
			margin-right: 5%;
			text-align: justify;
			background-color: #EAE9DB
		}
P 		{	margin-left: 0%; 
			margin-right: 0%;
			margin-top: 0;
			margin-bottom: 1em;
			text-align: justify;
			text-indent: 3%;
		}
P.comment	{	color: red;
			font-style: italic
		}
P.center	{	text-align: center;
			margin-top: 0
		}
P.title		{	text-align: center;
			font-size: 16pt;
			margin-top: 0;
			margin-bottom: 0;
			text-indent: 0
		}
P.note		{	text-indent: 0%;
		font-style: italic
		}
A:link: 	{	color: blue; 
			text-decoration: none
		}
A:active:	{	color: red; 
			text-decoration: none
		}
A:visited: 	{	color: darkblue; 
			text-decoration: none
		}
A:hover		{	background-color: yellow
		}
.less20		{	margin-left: 10%;
				margin-right: 10%;
			}
H1		{	font-size: 1.5em;
			font-family: "Times New Roman, Sans-Serif";
			font-weight: bold;
			color: black;
			text-align: center;
			margin-bottom: 4px
		}
H2		{	font-size: 14pt;
			font-family: Times New Roman, Sans-Serif;
			font-weight: bold;
			color: black;
			text-align: center;
			margin-top: 0
		}	
H3		{	font-size: 12pt;
			font-family: Times New Roman, Sans-Serif;
			font-weight: bold;
			color: black;
			text-align: center
		}
TABLE	{	font-family: "Times New Roman, Sans-Serif";
			margin-left: auto;
			margin-right: auto;
		}
TABLE.main	{	background-color: #FFFFFF;
			margin-left: auto;
			margin-right: auto;
			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;
			border: 1px solid black;
		}
TH.larger	{	font-size: larger;
			font-family: Times New Roman;
			border: 1px solid black;
		}
TH.smaller	{	font-size: smaller;
			font-family: Sans-Serif;
			border: 1px solid black;
		}		
TD.larger	{	font-size: larger;
		border: 1px solid black;
		}
TD.smaller	{	font-size: smaller;
			font-family: Sans-Serif;
			padding-left: 4px;
			padding-right: 4px;
			border: 1px solid black;
		}		
TR.row		{	background-color: #f7f7f7
		}
UL.compact	{	list-style-position: inside
		}
.center	{	text-align: center
		}
img.vspace   {	padding-top: 10px;
			margin-bottom: 10px;
		}
.submit	{
			background-color: #ddd;
			width: 85px;
		}
.submit:hover {
			background-color: #eee;
			width:85px;
			font-style: italic;
		}
.large	{	font-size: 18pt;
			font-family: "Times New Roman, Sans-Serif";
			font-weight: bold;
			color: black;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 6px;
		}
img.vscenter 	{ 	padding-top: 10px;
			margin-bottom: 10px;
			display: block;
			margin-left: auto; 
			margin-right: auto; 
		}
img.center 	{
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		