html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #8C7C5A;
	text-align: center;
}

table, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#menu_player {
	/* text-align: center; */
	margin-left: 150px;
	margin-top: 23px;
	/* width: 300px; */
	/* border: 1px solid #ffffff; */
}

#menu_player_line2 {
	margin-left: 150px;
	margin-top: 30px;
	/* width: 300px; */
	/* border: 1px solid #ffffff; */
}

#menu_player a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	/* font-weight: bold;*/
}

#menu_player_line2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	/* font-weight: bold;*/
}

div.block {
	border: solid 1px #BEAF84;
	margin: 11px 31px 0px 16px;
	padding: 3px; /* 6px */
}
div.blockYellow {
	width: 100%;
	height: 9px;
	background-color: #F8C603;
	margin-bottom: 5px;
	/*border: solid 1px #BEAF84;*/
}
h1.black {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.red_h1 {
	color: #b52117;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
