@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #533B23;
	background-color: #312112;
}

a {
	color: #C20000;
	text-decoration: none;
}

a:hover {
	color: #FFAF00;
	text-decoration: underline;
}

.buttons {
	color: #FDE000;
	font-size: 9pt;
}

.buttons a {
	color: #FFAF00;
	text-decoration: none;
}

.buttons a:hover {
	color: #FDE000;
	text-decoration: underline;
}

.yellow_11 {
	color: #FDE000;
	font-size: 11pt;
}

.yellow_11 a {
	color: #FFAF00;
	text-decoration: none;
}

.yellow_11 a:hover {
	color: #FDE000;
	text-decoration: underline;
}

.buttons2 {
	color: #C20000;
	font-size: 11pt;
}

.buttons2 a {
	color: #C20000;
	text-decoration: underline;
}

.buttons2 a:hover {
	color: #FFAF00;
	text-decoration: underline;
}

.edje {
	font-size: 8pt;
	color: #533B23;
}

.edje a {
	color: #533B23;
	text-decoration: underline;
}

.edje a:hover {
	color: #C20000;
}

.counter {
	color: #FFAF00;
	font-size: 8pt;
}

.boxes {
	color: #FDE000;
	font-weight: bold;
}

.brown_13 {
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #533B23;
}

.red_10 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C20000;
}

.pic_box {
	margin: 5px;
	background-image: url(../images/graphics/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.pic {
	margin: 6px;
	border: 1px solid #FFAF00;
}

.hr {
	color: #C20000;
	margin: 10px;
}

.title_bar {
	background-image: url(../images/graphics/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}

.brown_9 {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #533B23;
}