body {
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	/*-webkit-text-size-adjust: none;*/
}
a {
	color: #0c71b0;
}
a:visited {
	color: #0c71b0;
}
a:hover {
	color: #0c71b0;
}
a:active {
	color: #0c71b0;
}
.h1 {
	font-size: 24px;
    font-family:  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #202225;
	margin-bottom: 20px;
	text-align: left;
}
.h1 span{
	font-size: 28px;
}
.h2 {
	font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
	color: #202225;
	margin: 10px 0;
}
.h3 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	color: #0c71b0;
}
.h4 {
	margin-top: 0;
	color: #555;
}
.h4-para {
	margin: 0 0 10px;
	color: #555;
}
.h4 ul {
	margin-left: 10px;
}
.h4 ul > li {
	margin-left: 10px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.h4 ul > li:hover {
	margin-left: 16px;
}
.h4 ul > li a {
	border-bottom: 1px dotted #97b36b;
	color: #fff;
	text-decoration: none;
}
.h4-list {
	margin: 0 0 0 12px;
	/*line-height: 22px;*/
	color: #fff;
}
.h4-list-para {
	margin: 0 0 12px 12px;
	/*line-height: 22px;*/
	color: #202225;
}
.h5 {
	font-size: 11px;
	margin-top: 10px;
	color: #202225;
}
.h5 a {
	font-size: 11px;
	margin-top: 10px;
	color: #aaa;
}
.h-dark {
	color: #122709;
}
.h-green {
	color: #9f6;
}
.phone {
	font-size: 20px;
    font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
}
a[href^=tel] {			/* iPhone telephone links */
	color: #fff;
	text-decoration: underline;
}
