﻿@font-face {
    font-family: font1;
    src: url('font1.woff');
}

h2 {
	font-family: font1;
	font-size: 35px;
	font-weight: bold;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
	line-height: 35px;
	padding-bottom: 14px;
	margin-bottom: 8px;
	border-style: none solid none none;
	border-width: 0px 3px 0px 0px;
	border-right-color: #DEC058;
	padding-right: 20px;
}

h3 {
	font-family: font1;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
	margin: 50px 0 0 0;
	line-height: 0%;
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 9px;
	margin-bottom: 8px;
	border-style: none solid none none;
	border-width: 0px 2px 0px 0px;
	border-right-color: #DEC058;
	padding-right: 20px;
}

h4 {
	font-family: font1;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
}

h5 {
	font-family: font1;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
}

h6 {
	font-family: font1;
	font-size:24px;
	font-weight: normal;
	font-style: normal;
	color: rgba(245, 245, 245, 1);
}

p {
	line-height: 120%;
	font-family: font1;
	font-size: 24px;
	font-weight: lighter;
	font-style: normal;
	margin: 0px;
	color: rgba(245, 245, 245, 1);
}