	body			{
				font-family: Tahoma,Arial,Helvetica,sans-serif;
				font-size: 24pt;
				color: black;
				margin-left: 0px;
				margin-top: 0px;
				margin-bottom: 0px;
				}
	h2			{
				font-family: Papyrus,arial,helvetica,sans-serif;
				font-size: 22pt;
				font-weigth: bold;
				text-decoration: none;
				color: black;
				background-color: #89afce;
				text-align: center;
				border: 1px solid #000000;
				}
	h3			{
				font-family: Papyrus,arial,helvetica,sans-serif;
				font-size: 15pt;
				font-weigth: bold;
				color: black;
				background-color: #ffffff;
				text-align: center;
				}
	p			{
				font-family: Tahoma,Arial,Helvetica,sans-serif;
				font-size: 10pt;
				color: black;
				margin-left: 4px;
				}
	.small		{
				font-family: Tahoma,Arial,Helvetica,sans-serif;
				font-size: 70%;
				color: black;
				}
	p.footer		{
				font-family: Arial,Helvetica,sans-serif;
				font-size: 60%;
				font-weight: bold;
				color: #ffffff;
				text-align: center;
				}			
	A.NavBar:link	{color: #ffffff ; text-decoration: none;}
      A.NavBar:visited	{color: #ffffff ; text-decoration: none;}
      A.NavBar:active	{color: #aecfcb ; text-decoration: underline;}
      A.NavBar:hover	{color: #AECFCB ; text-decoration: underline;}
	img.framed		{
				border: 4px double #006600; 
				padding: 10px;
				margin-top: 0px;
				margin-bottom: 0px;
				}
	table.framed	{
				border: 4px double #006600; 
				padding: 0px;
				}
	.floatleft		{
				float: left; 
				margin-top: 0px; 
				margin-left: 0px; 
				margin-right: 10px; 
				margin-bottom: 5px;
				}
	.floatright		{
				float: right; 
				margin-top: 0px; 
				margin-left: 10px; 
				margin-right: 0px; 
				margin-bottom: 5px;
				}
	
 