@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@font-face {
    font-family: 'jenna_sueregular';
    src: url('../fonts/jennasue-webfont.eot');
    src: url('../fonts/jennasue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jennasue-webfont.woff2') format('woff2'),
         url('../fonts/jennasue-webfont.woff') format('woff'),
         url('../fonts/jennasue-webfont.ttf') format('truetype'),
         url('../fonts/jennasue-webfont.svg#jenna_sueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{margin: 0px; position: 0px; line-height: normal; font-family: 'Oxygen', sans-serif;}


body{
	margin:0; 
	padding:30px;
	font-family: 'Lato', sans-serif;
}

 h2{
	font-family: 'jenna_sueregular';
	font-size: 52px;
	color: #c84624;
	margin-bottom: 20px;
	margin-top: 0px;	
}
 h3{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #c84624;
	margin-bottom: 15px;
	font-weight:bold;
}
 h4{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #c84624;
	
	font-weight:bold;
}
 h5{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #c84624;

	font-weight:bold;
}

 p{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
	margin-bottom: 24px;
}
 a:link{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #c84624;
	margin-bottom: 24px;
}


 a:hover{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
	margin-bottom: 24px;
}
a:visited{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #c84624;
	margin-bottom: 24px;
}
span{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #c84624;
	margin-bottom: 24px;
	font-weight:bold;
}


 ul li{
font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
	margin-bottom: 8px;
	list-style: square;
	margin-left:17px;
}
 ol li{
font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #000;
	margin-bottom: 2px;
list-style-position: inside;
	list-style-type: decimal;
	margin-left:0px;
}
 ol {

	margin-left:0px;
}