html, body {
	height: 100%;
	font-family: Tahoma;
	font-size: 8pt;
	color: #5E5E5E;
	text-align: left;


}


hf {
	font-size: 9pt;
	font-weight: bold;
	color: #444444;
	padding-top: 0px;
	text-align: left;

}


h1 {
	font-size: 9pt;
	font-weight: bold;
	color: #444444;
	padding-top: 120px;
	text-align: left;

}


h2 {
	font-size: 7pt;
	font-weight: bold;
	color: #545454;		
	text-align: left;

}


h3 {
	font-family: Tahoma;
	font-size: 7pt;
	color: #888888;
	text-align: left;


}


h4 {
	font-family: Tahoma;
	font-size: 7pt;
	color: #888888;
	text-align: right;
	position: fixed;



}


.first_header {
	padding-top: 5px;
}


img.frame {
	border: 1px;
	border-style: solid;
	background-color: #000;

}


	#content_container {
		position: relative;
		left: 450px;
		top: 0px;
		
		width: 400px;
		height: auto;
	}
	
	
	#menu_container {
		position: fixed;
		top: 97px;
		left: 22px;
		
		height: 200px;
		width: 400px;
	
		background-color: #fff;
		(background-color: #67910b;)
	}
	
		#menu_container p {
			padding: 3px;
			margin: 0px;
			color: #855f04;
			font-weight: bold;
		}