﻿/* headings */
h1 {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #deccb8;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #451600;
	letter-spacing: -1px;
	margin: 20px 0px 0px 0px;
}

h3 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ea6200;
	letter-spacing: -1px;
	margin: 20px 0px 0px 0px;
}

h4 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #451600;
	letter-spacing: -1px;
	margin: 20px 0px 0px 0px;
}

/* text */
.typeface_01 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

.typeface_02 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.typeface_03 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.typeface_04 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.typeface_05 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}

.typeface_copy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #451600;
}


