img{
	max-width: inherit;
}

h1, h2, h3, h4, h5, h6 {
    /*color: inherit;
	font-size: inherit;
	font-weight: inherit;
    line-height: inherit;*/
    font-family: inherit;
    margin: 0;
}

h2{
	font-size: 30px;
	font-weight: 400;
	color: #2EA9E5;
	margin-bottom: 30px;
}

h2.branch-contact{
	margin-bottom: 20px;
	margin-top: 5px;
}

#news.block h2{
	padding: 0px 20px;
}

h3{
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0;
}

h4{
	font-size: 24px;
	font-weight: 400;
}

h3.noTop{
	margin-top: 0px;
}

#body ul{
	margin: 20px;
}

#body ul li{
	line-height: 25px;
	margin: 10px 0;
}

#body li i{
	padding-right: 15px;
	color: #2EA9E5;
}

.star{
	color: #B94A48;
    font-size: 16px;
    padding-left: 5px;
    padding-top: 10px;
    position: relative;
    top: 5px;
}

.text table{
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid white;
}

.text table td,
.text table th,
.text table tbody{
	border: 1px solid #D4D4D4;
	padding: 3px 15px;
}

.text table tbody tr{
	border-left: 1px solid #D4D4D4;
}

.text table th{
	border: none;
	font-style: italic;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

.text a{
	text-decoration: underline !important;
}

.text a:hover{
	color: #2074a9 !important;
	text-decoration: none;
}