@charset "UTF-8";

html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D5CC9E;
	margin:0px;
	padding:0px;
	height:100%;
	background:#3A3429;
}

p{
	margin-top:1px;
	margin-bottom:2px;
	font-size:11px;
}

a{
	color:#D5CC9E;
	text-decoration:none;
}

a:hover{
	color:#FF9900;
	text-decoration:underline;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	border:1px solid #53503F;
	background:#393223;
	width:100%;
}

.text_input{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	border:1px solid #53503F;
	background:#393223;
	width:100%;
}