.title {
	font-size:13pt;
	color:#706D64;
	font-weight:bold;
	font-family:Tahoma;
}
.sub_title{
	font-size:9pt;
	color:#706D64;
	font-family:Tahoma;
}
.normal {
	font-size:9pt;
	color:#FAFAF8;
	font-family:Tahoma;
	font-weight: 500;
	text-decoration:none;
}
.button {
	cursor:pointer;
}
.list li {
	list-style-type: none;
	margin:5px 0px 5px 0px;
}



.input_text {
	font-size:9pt;
	color:#FAFAF8;
	font-family:Tahoma;
	font-weight: 500;
}
.top_menu_button {	
	font-size:8.5pt;
	color:#525151;
	font-family:Arial;
	
	text-decoration:none;
			
}
.top_menu_table td:hover {
	background-color:#CBEBF3;
	height:100%;
	cursor:pointer;
	border:1px solid #00A7D3
}
.top_menu_table td {
	height:100%;
	border:1px solid #F4F6F7
}
.inner_menu_button {
	font-size:8.5pt;
	color:#8F8F8F;
	font-family:Arial;
	text-decoration:none;	
}
.inner_menu_table td:hover {
	background-color:#CBEBF3;
	height:100%;
	cursor:pointer;
	border:1px solid #00A7D3;
}
.inner_menu_table td {
	height:100%;
	border:1px solid #D6D6D6
}
.action_button {
	margin:5px 8px 5px 8px;
	backgroud-color:#F4F6F7;
	border:1px solid #D6D6D6;
	cursor:pointer;
}