BODY, TD {
	font-family: tahoma;
	font-size:8pt;
	color: #555555;
}
DIV.menu_container {
	display:none;
	position:absolute;
	top:128px;
	width:100px;
	border: 1px solid #888888;
}
DIV.menu_container A{
	display: block;
	padding: 2px;
	padding-left:5px;
	width: 100%;
	height: 18px;
	text-decoration: none;
	color: black;
	background-color: white;
	border-bottom:1px;
	background-image: url(../images/menu_bg.jpg);
}
DIV.menu_container A:hover{
	background-color: #eeeeee;
	color: #A77B5E;
}
.page_title {
	padding-right: 25px;
	font-family: arial;
	font-size: 16pt;
/*	font-weight: bold;*/
	color: #A77B5E;
}
.title {
	font-family: arial;
	font-size: 16pt;
/*	font-weight: bold;*/
	color: #A77B5E;
	
}