.box_frame{
	color: #003E92!important;
	border: 1px solid #003E92;
	border-right: 0;
	border-radius: 0px!important;
	padding-top: 12px;
	padding-bottom: 10px;
}

.fr_last {
	border-right: 1px solid #003E92;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: white!important;
	background-color: #003E92;
	font-weight: bold;
	border-radius: 0px;
}

.tab-box{
	padding: 25px 14px 0 14px;
	border-top: 0;
/*	border: 1px solid #DDD;*/
}
.tab-box > h3{
	margin:20px 0;
	font-style:italic;
}
.tab-box > p{
	line-height: 2;
	color: #919191;
}

