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

.Normal {
	padding: 7px 0px;
	color: #7E6D58;
	font-size: 11px;
	}
	
.BigHeading {
	font-size: 21px;
	padding: 15px 0px 8px 0px;
	font-family: 'Bebas', Verdana, Geneva, sans-serif;
	color: #C4B16A;
	font-weight: normal;
	word-spacing: 5px;
	display: block;	
}

.MediumHeading {
	font-family: 'Bebas', Verdana, Geneva, sans-serif;
	color: #70612C;
	font-size: 14px;
	word-spacing: 3px;
	line-height: 130%;
	font-weight: normal;	
}

.fontsize11px {
	font-size: 11px;
}