/* This is the style of your browser text */

@font-face { 
	font-family: FoundryDemi; src: url('/css/foundrybook.ttf');
	font-weight: normal;
}
	
h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 24px;
	line-height: 26px;
	padding: 0px;
	font-weight: normal;
	color: #202021;
	margin: 0 0 15px 0;
	font-family: FoundryDemi, Arial, Helvetica, sans-serif;
}


h2 {
	font-size: 24px;
	line-height: 26px;	
	padding: 0px;
	margin: 0 0 15px 0;
	color: #202021;
	font-weight: normal;	
	font-family: FoundryDemi, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 19px;
	padding: 0px;
	font-weight: normal;	
	margin: 0 0 15px 0;
	font-family: FoundryDemi, Arial, Helvetica, sans-serif;
	color: #202021;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}


