@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);


#i5 h1 {
font-family: 'aleoregular';
	font-size:25px;
	color:#234900;
	text-shadow:1px 1px 0px white;
	padding-bottom:5px;
	line-height: 35px;
}
#i5 h2 {
	font-family: 'aleoregular';
	color:#132308;
	font-size:19px;
	line-height: 20px;
	padding:7px 0px 10px 0px;
	/* text-shadow: 0px 0px 1px rgba(0,0,0,0.2); */
}

#i5 h3 { margin-top: 15px; }
#i5 p, #i5 {
font-family: 'Lato', sans-serif;
	color:#333;
	font-size:14px; line-height:20px;
}
 
#i5 p em {
	font-style: italic;
}

#i5 p strong {
    font-weight: 700; 
}

#i5 p em strong, #i5 p strong em{
    font-weight: 700;
	font-style: italic;	
}

#i5 ul {
	font-family: 'aleolight';
	color:#132308;
	font-size:17px;
}
#i5 a {
	color: #0078c1;
	text-decoration:none;
	font-weight:bold;	
}
#i5 a:hover {
	text-decoration:underline;
	color:#004169;
}

.inner h1 {
		font-size:35px !important;
}

.inner h2 {
		font-size:23px !important

}