html {
	height:100%; 
	max-height:100%; 
	padding:0px; 
	margin:0px; 
	border:0px; 
	background:rgb(128,128,128);
	font-size:76%; 
	font-family:trebuchet MS, tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0px; 
	margin:0px; 
	border:0px;
	background:rgb(128,128,128)
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:140px; 
	bottom:30px; 
	width:800px; 
	margin-left:-400px; 
	left:50%; 
	border-left:0px;
	border-right:0px;
	background:#fff;
	}

* html #content {
	top:0px; 
	bottom:30px; 
	height:100%;
	width:800px;
	border-top:140px solid #fff; 
	border-bottom:30px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-400px; 
	left:50%; 
	top:0px; 
	width:800px; 
	min-width:800px; 
	height:140px; 
	background:#000033; 
	font-size:1em; 
	color:#fff;
	z-index:5; 
	border:0px solid #fff;
	}

* html #head {
	top:0px; width:800px; height:140px;
	}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-400px; 
	left:50%; 
	bottom:0px; 
	width:800px; 
	min-width:800px; 
	height:30px;
	background:#000033; 
	font-size:0.8em; 
	z-index:5; 
	border:0px solid #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:;
	color:#fff
	}

* html #foot {
	bottom:0px; width:800px; height:30px;
	}


#content p {
	padding:5px; text-align:justify;
	}

.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}
.lefttext {float:left; width:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}


.Stil3 {font-size: 10px;font-family: Geneva, Arial, Helvetica, sans-serif;}
.editbox1 {font-size:11px;color: #000000;width: 124px;height: 18px;background-color: transparent;border: 0px;}
a:link {color: #848484;text-decoration: none;}
a:visited {text-decoration: none;color: #D3D3D3;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.Stil22 {font-size: 11px; font-family: Geneva, Arial, Helvetica, sans-serif; color: #333333; }
