body{
	color : #ffffff;
	background : #000000;
}

a:link {
	color : #d2ac67;
	text-decoration : none;
} a:visited {
	text-decoration : underline;
	color : #efd4a3;
	
} a:hover {
	text-decoration : underline;
	color : #efd4a3;
} a:active {
	text-decoration : none;
	color : #efd4a3;
}

.half_link {
	color : #d2ac67;
	text-decoration : none;
	border-bottom : 1px dashed;
}

a.dark_link_type {
	color : #808080;
}


.style {
	font-family : "Comic Sans", "Courier", monospace;
	font-size : 16px;
}
.coper {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	color : #000000;
	background-color : #FFFFFF;
}
.zolotojj {
	color : #d2ac67;
	font-size : 19px;
}

.zolotoikomp {
	color : #d2ac67;
	font-size : 24px;
}
.sm_zolotojj{
	color : #d2ac67;
	font-size : 16px;
}

.x_repeat_background_type{
	background-repeat:repeat-x;
}
.y_repeat_background_type{
	background-repeat:repeat-y;
}

.container_slides_180_100 {
	width: 180px;
	height: 100px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.container_slides_160_160 {
	width: 160px;
	height: 160px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.top_menu_buttons {
	padding: 3px;
	border: 1px solid rgb(64,64,64);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 4px;
	background: rgb(0,0,0);
}
.top_menu_buttons, .top_menu_buttons a {
	color: rgb(255,255,255);
}
.top_menu_buttons a {
	text-decoration: none;
}
.top_menu_buttons:hover {
	border: 1px outset;
}
.top_menu_buttons:active {
	border: 1px inset;
}




