body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text_menu {
	font-family: Tahoma;
	font-weight: bold;
	color: #CC8117;
	text-decoration: none;
	font-size: 11px;
}
.text_menu:link {
	color: #CC8117;
}
.text_menu:hover {
	color: #E4CC69;
}
.form_search {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #3C3E40;
	border: 1px solid #222426;
	height: 22px;
	width: 165px;
}
.text_tittle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C5BE95;
}
.text_normal {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.text_normal:link {
	color: #999999;
}
.text_normal:hover {
	color: #FFFFFF;
}
.border_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.border_img {
	border: 8px solid #3C3C3C;
}
.border_menu_left1 {
	border: 1px solid #999999;
}

a {
	color:#FFCC00;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
}


