@charset "utf-8";
h1{
	font-size: 2.4em;
	font-weight: normal;
	color: #dabb7e;
	margin-bottom: 10px;
}
h1 span{
	display: block;
	font-size: 0.5em;
}
h2{
	font-size: 1.8em;
	font-weight: normal;
	color: #dabb7e;
	margin-bottom: 10px;
}
h2 span{
	display: block;
	font-size: 0.5em;
}
h2 a {
	font-size: .5em;
	text-transform: uppercase;
	color: #DABC7E;
	text-decoration: none;
}

p{
	font-size: 1.3em;
	color: #dabb7e;
	line-height: 1.6em;
	margin-bottom: 10px;
}
p a{
	color: #dabb7e;
}
p a em{
	display: block;
	font-size: 0.8em;
	line-height: 0.5em;
}
.minitxt{
	font-size: 1em;
	color: #dabb7e;
	margin-bottom: 5px;
	display: block;
}

