@charset "utf-8";

@font-face {
	font-family: 'GOTHIC';
	src: url('GOTHIC.eot');
	src: local('GOTHIC'), url('GOTHIC.ttf') format('truetype');
}


h1, h2, h3{
	font-family: 'GOTHIC', Arial, Geneva, sans-serif;
	color:#953d27;
	text-transform:uppercase;
	}
	
p{
	font-family: Arial, Geneva, sans-serif; 
	color:#000;
	}
	
body{
	font-size:12px;
	}

h1{
	font-size:20px;
	font-weight:bold;
	line-height: 40px;
	
	margin-bottom:-8px;
}

h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
	color:#953d27;
	}

h3{
	font-size:12px;
	font-weight:bold;
	color:#953d27;
	}