@charset "utf-8";
a:link {
	color: #E6A54A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E6A54A;
}
body {
	margin-top: 0px;
	background-color: #F1E8DA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEE8D5;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
p {
	font-size: xx-small;
}
a:hover {
	color: #EEE8D5;
	font-weight: bold;
	font-style: normal;
}
.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #EEE8D5;
	padding: 3px;
}
.content_txt {
	font-size: xx-small;
	color: #EEE8D5;
	text-indent: 2px;
	padding: 4px;
	text-align: left;
}
.content_txt_oran {
	font-size: xx-small;
	color: #E6A54A;
	font-weight: bold;
}
.table_txt {
	font-size: xx-small;
	color: #EEE8D5;
	text-indent: 2px;
	padding: 4px;
	text-align: center;
}
.red_txt {
	font-size: xx-small;
	color: #F00;
	text-indent: 0;
	padding: 0px;
	text-align: left;
}
.orange_txt {
	font-size: xx-small;
	color: #FF9E36;
	text-indent: 0px;
	padding: 4px;
	text-align: left;
}
