img		{
			display: inline;
			border: 3px solid #000000;
			margin: 2px;
		}

.linkbar	{
			margin: 4px;
			padding: 4;
			position: absolute;
			top: 0px;
			left: 0px;
			height: 350px;
			width: 130px;
			display: inline;
			background-color: #dcfce6;
			color: #ffffff;
			border: none;
			font-family: Times New Roman;
			font-size: 11px;

		}
.linkheader	{
			width: 100%;
			border: 0;
			margin: 0;
			padding: 0;
			font-family: Times New Roman;
			font-size: 22px;
			color: #000000;
			background-color: #dcfce6;
			display: block;
		}
.pageheader	{
			margin-top: 4px;
			padding: 0;
			position: absolute;
			top: 0px;
			left: 133px;
			display: inline;
			width: 644px;
			background-color: #dcfce6;
			color: #000000;
			font-family: Times New Roman;
			font-size: 26px;
			text-align: center;
			border: none;
		}
.textpage	{
			display: inline;
			width: 640px;
			position: absolute;
			top: 35px;
			left: 133px;
			font-family: Helvetica;
			font-size: 10px;
			background-color: #dbdbff;
			border: none;
		}
.header		{
			font-family: Arial;
			font-size: 24px;
			color: #000000;
			background-color: #ffffff;
			display: block;
			text-align: center;
			width: 100%;
		}
.subheader	{
			font-family: Arial Black;
			font-size: 20px;
			color: #000000;
			background-color: #e2e0df;
			display: block;
			width: 100%;
		}
.miniheader	{
			font-family: Arial;
			font-size: 10px;
			color: #808080;
			background-color: #eaf2f2;
			display: block;
			width: 100%;
		}
.text		{
			display: block;
			text-align: justify;
			font-family: Arial;
			font-size: 12px;
			color: #000000;
			margin: 2px;
		}