html, body, #page {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: none;

}

		
body{	text-align:left; 
		font-size:12px;
        font-family:Arial;
		color:#00A786;}
		
#navi{
		background-color:#FFE4B0;
		width:160px;
		vertical-align: top;
		
}
#navi a{
	text-decoration:none;
}

#content {
		vertical-align: top;
		
}
a{color:#00A786;}
a:hover { color:#66CDAA; }
	
td {	font-size:12px;}
		
h1{		font-size:18px;}
h2{ 	font-size:14px; }	
		
#back { position:absolute; 
		top:12%;
		left:40%;
		z-index:-1; }
		


err{	color:#FF0000;}
