/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
	SCROLLBAR-FACE-COLOR: #EAB880;
	SCROLLBAR-ARROW-COLOR: #916A47; 
	SCROLLBAR-TRACK-COLOR: #B38050; 
	scrollbar-3dlight-color: #F3CA9A; 
	scrollbar-darkshadow-color: #A77E56;	
	scrollbar-highlight-color : #F3CA9A; 
	scrollbar-shadow-color: #A77E56; 
}
a:link {
	color: #916A47;
	text-decoration: none;
	font-weight: none;
}
a:visited {
	text-decoration: none;
	color: #916A47;
	font-weight: none;
}
a:hover {
	text-decoration: underline;
	color: #36251A;
	/*font-weight: bold;*/
}
a:active {
	text-decoration: none;
	color: #664400;
}
.head_info {
	color: #3D291E;
	font-size: 12px;
}
.menu_button_text {
	color: #36251A;
	font-size: 14px;
}
.menu_button_text_active {
	color: #3B1505;
	font-size: 13px;
	font-weight: bold;
}
.copyright {
	color: #000000;
	font-size: 12px;
}
