/* CSS Document */

<!--
a:link	{color:Black; text-decoration:none; font-weight:bold; }
a:visited {color:Black; text-decoration:none; font-weight:bold; }
a:hover	{color:beige; background-color:black; text-decoration:none; font-weight:bold; }
a:active {color:beige; background-color:black; text-decoration:none; font-weight:bold; }
body { background:beige; color:green; font-family:verdana; font-size:24pt; margin:0px; paddin:10px; }

div.background 			{ 
		position:absolute;
		left:0px;
		top:0px; 
		width:100%; 
		background-color:beige;
		height:100%;
			}

div.TopLeft			{
		background-color:green;
		position:absolute;
		left:0px;
		top:0px;
		overflow:visible;
		height:20%;
		width:100%;
		font-family:"Courier New";
		font-weight:bold;
		font-size:20pt;
		line-height: 1.5;
		color:#000000;
		border:none;
		float:none;
			}
			
div.TopCenter			{
		position:absolute;
		left:200px;
		top:25px;
		overflow:visible;
		height:125px;
		width:200px;
		font-family:"Courier New";
		font-weight:bold;
		font-size:10pt;
		color:#FF9A00;
		border:none;
		float:none;
			}
									
div.TopRight			{
		position:absolute;
		right:0px;
		top:25px;
		overflow:visible;
		height:125px;
		width:200px;
		font-family:"Courier New";
		font-weight:bold;
		font-size:10pt;
		color:#FF9A00;
		border:none;
		float:none;
			}

div.MiddleLeft			{
		background-color:green;
		position:absolute;
		left:0px;
		top:20%;
		overflow:visible;
		height:80%;
		width:200px;
		font-family:verdana;
		font-size:12pt;
		color:red;
		border:none;
		float:none;
			}
div.MiddleCenter			{
		position:absolute;
		left:205px;
		top:130px;
		overflow:auto;
		height:360px;
		width:610px;
		background-color:beige;
		font-family:verdana;
		font-size:8pt;
		color:black;
		line-height: 1.5;
		border:none;
		float:none;
			}
			
div.MiddleRight			{
		position:absolute;
		right:0px;
		top:180px;
		overflow:auto;
		height:410px;
		width:180px;
		background-color:beige;
		font-family:verdana;
		font-size:10pt;
		color:black;
		border:none;
		float:none;
			}
			
div.BottomLeft			{
		position:absolute;
		left:0px;
		Top:275px;
		overflow:visible;
		height:125px;
		width:200px;
		font-family:verdana;
		font-size:12pt;
		color:darkgreen;
		border:none;
		float:none;
			}	
			
div.BottomCenter			{
		position:absolute;
		left:205px;
		Top:500px;
		overflow:auto;
		height:95px;
		width:610px;
		background-color:beige;
		font-family:courier new;
		font-size:12pt;
		color:black;
		line-height: 1.5;
		border:none;
		float:none;
			}
			
div.BottomRight			{
		position:absolute;
		right:0px;
		Top:275px;
		overflow:visible;
		height:125px;
		width:200px;
		background-color:beige;
		font-family:verdana;
		font-size:12pt;
		color:darkgreen;
		border:none;
		float:none;
			}

#tab			{
		border-collapse:collapse;}
.input			{
		border:0px;
		font-size:12pt;
		font-family:verdana;
		color:red;}

			
.mphimage	{	border:0;	}
						