@charset "utf-8";
body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
}
.section {
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: normal;
	color: #a29062;
	text-transform: uppercase;
}
.presection {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a29062;
}
.presection2 {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
.inputroom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f9faf6;
}


#logo {
	position:absolute;
	top:50%;
	left:50%;
	width:550px;
	height:400px;
	margin-left:-275px;
	margin-top: -200px;
	padding:0;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	display: inline-table;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #a29062;
	text-decoration: none;
}
