.page-heading	{
 					font-family: Arial;
 					font-size: 22pt;
 					font-weight: bold;
 					margin-top: 20px;
 					margin-bottom: 20px;
 					text-align: center;
 				}

.sub-heading	{
 					font-family: Arial;
 					font-size: 14pt;
 					font-weight: bold;
 					margin-top: 20px;
 					margin-bottom: 20px;
 					text-decoration: underline;
 					text-align: left;
 				}

.para			{
 					font-family: Arial;
 					font-size: 12pt;
 					margin-top: 10px;
 					margin-bottom: 10px;
 					line-height: 1.35;
				}

ul.bullet		{
 					font-family: Arial;
 					font-size: 12pt;
 					margin-top: 10px;
 					margin-bottom: 10px;
 					line-height: 1.35;
 					list-style-position: outside;
 					list-style-type: disc;
				}

ul.bullet2		{
 					font-family: Arial;
 					font-size: 12pt;
 					margin-top: 10px;
 					margin-bottom: 10px;
 					line-height: 1.35;
 					list-style-position: outside;
 					list-style-type: circle;
				}

ul.bullet3		{
 					font-family: Arial;
 					font-size: 12pt;
 					margin-top: 10px;
 					margin-bottom: 10px;
 					line-height: 1.35;
 					list-style-position: outside;
 					list-style-type: square;
				}

li				{	
					margin: 0 0 4px 0;
				}

ol.bullet		{
 					font-family: Arial;
 					font-size: 12pt;
 					margin-top: 10px;
 					line-height: 1.35;
 					list-style-position: outside;
 					list-style-type: decimal;
				}

.text-bold		{
 					font-weight: bold;
				}

.text-italics	{
 					font-style: italic;
				}

.text-super		{
 					font-size: 8pt;
					vertical-align: super;
				}

/*
table			{
					border-collapse: collapse;
				}

tr				{
					border-bottom: 1px solid black;
				}
*/				

.table-header 	{
					background-color: #e2e2e2;
 					font-family: Arial;
 					font-size: 14pt;
					font-weight: bold;
					text-align:center;
				}

.table-subheader 	{
					background-color: #e2e2e2;
 					font-family: Arial;
 					font-size: 10pt;
 					font-style: italic;
					text-align: center;
					}

.table-element	{
 					font-family: Arial;
 					font-size: 9pt;
					text-align: center;
					line-height: 1.2;
					border-bottom: 1px dashed LightGray; 
				}

a.table-link	{
					text-decoration: none;
				}

img.land		{
					border-style: solid;
					border-width: thin;
					width: 102;
					height: 76;
				}

img.portrait	{
					border-style: solid;
					border-width: thin;
					width: 76;
					height: 102;
				}
