/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}

h1 {
	font-size: 3em;
	line-height: 44px;
	margin: 0 0 44px 0;
}

h2 {
	font-size: 2.2em;
	font-weight: bold;	
	margin: 0 0 32px 0;
	color: #6a3906;
}

h3 {
	color: #0061a7;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 2.0em;
	margin: 0 0 10px 0;
}

h4 {
	color: #4a4a4b;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 2.0em;
	margin: 0 0 14px 0;
}

h5 {
	color: #282828;
	font-size: 1.2em;	
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}

a {color: #0061a7;}

/* Paragraphs */
p {
	color: #61656a;
	line-height: 2em;
	margin: 0 0 20px;
	font-size: 1em;
}


/* Divider Line */
hr {
	border: 0;
	height: 1px;
	margin: 22px 0 22px 0;	
}


.dn{display: none;}
