.maindiv {
	width: 100%;
	background: rgb(244, 247, 249);
	padding-top: 17px;
	padding-bottom: 17px;
	float: left;
}

.maincon {
	width: 985px;
	margin: 5px auto;
	height: 100%;
	overflow: hidden;
	background: #fff;
	padding: 15px 15px 0 15px;
}

.ablist{
	
}

.ab_content{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
}

.ab_title{
	font-size: 18pt;
	color: rgb(64,64,64);
}

.ab_nr{
	text-indent: 2em;
	font-size: 12pt;
	color: rgb(89,89,89);
	line-height: 30px;
	margin-top: 20px;
	text-align: justify;
}

.ab_nr2{
	font-size: 11pt;
	color: rgb(89,89,89);
	margin-top: 20px;
	text-align: justify;
}

.p1{
	font-weight: bold;
}

.p2{
	text-indent: 2em;
	margin-top: 20px;
	line-height: 30px;
}

.p2_2{
	text-indent: 2em;
	margin-top: 20px;
	line-height: 30px;
	font-weight: bold;
}

.p3{
	text-indent: 2em;
	line-height: 30px;
}

.ab_foot{
	background: rgb(242,242,242);
	color: rgb(89,89,89);
	font-size:10pt;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ab_foot p{
	text-indent: 2em;
}

.ab_foot span{
	color: rgb(245,89,41);
}

.ab_foot a{
	color: rgb(5,99,193)
}

.abmenu {
	width: 140px;
	clear: both;
}

.abmenu a {
	height: 40px;
	color: rgb(64,64,64);
	font-size: 12pt;
	line-height: 40px;
	text-decoration: none;
	float: left;
	width: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

.abmenu a:hover {
	color: rgb(13, 56, 113);
	text-decoration: underline;
	font-weight: bold;
}

#abmselected {
	color: rgb(13, 56, 113);
	font-weight: bold;
}

.contactp1{
	color: rgb(89,89,89);
	font-size: 18pt;
	line-height: 40px;
	margin-top: 18px;
	margin-bottom: 6px;
}

.contactp2{
	color: rgb(89,89,89);
	font-size:12pt;
	line-height: 30px;
}

.contactp2 a{
	color: rgb(5,99,193);
}

.ab_img_row{
	clear: both;
	
	margin-left: -15px;
	margin-right: -15px;
	
}

.ab_img_col{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-top: 30px;
}

.ab_img_item{
	padding: 15px;
    background: #fff;
    box-shadow: 0 9px 32px 0 rgba(67,88,149,.1);
    position: relative;
    font-size: 12px;
}

.ab_img_item img{
	max-height: 90px;
	vertical-align: middle;
	border: 0;
}