@font-face {
    font-family: 'AvantqueRegular';
    src: url('fonts/avantque.eot');
    src: url('fonts/avantque.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantque.woff') format('woff'),
         url('fonts/avantque.ttf') format('truetype'),
         url('fonts/avantque.svg#AvantqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	color: #903c75;
	font-family: 'AvantqueRegular', Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 38px;
	padding: 0 0 20px 0;
}


h2 {
	color: #903c75;
	font-family: 'AvantqueRegular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	padding: 10px 0 10px 0;
	
}

h3 {
	color: #903c75;
	font-family: 'AvantqueRegular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}


h4 {
	color: #903c75;
	font-family: 'AvantqueRegular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}


h5 {
	color: #00539f;
	font-family: 'AvantqueRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}


/* Paragraph styling */

p, ul li {
	color: #606060;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21.5px;
	padding: 5px 0 8px 0;
}



a {
	color: #cfd205;
	text-decoration: none;
}

hr {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #CCCCCC;
}
