@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #124c23;
	background-color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #a0a0a0;
	font-size: 10px;
	line-height: 19px;
}

#container {
	width: 800px;
	margin: 200px auto 0 auto;
	text-align: center;
}

a {
	color: #a0a0a0;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a img {
	border: none;
}

table {
	width: 800px;
	border: none;
}

table td {
}

.title-img {
	margin-top: 15px;
}

form {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #a0a0a0;
	font-size: 10px;
	line-height: 19px;
	margin-top: 0;
	padding: 0;
}

select {
	width: 75px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 19px;
	background-color: #303030;
	color: #ffffff;
	border: none;
	arrow-color: #ffffff;
}

select#currency {
	width: 72px;
}

select:focus {
	outline: none;
}

select:hover {
	color: #ff0000;
}

option {
	background-color: #ffffff;
	color: #000000;
}
