
.ph{
	display: block;
	font-family: customFontMedium;
	font-size: 18px;
	margin-top: 60px;
	margin-bottom: 15px;
}

.prgph{
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 14px;
}

.mlnk{
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 15px;
}

.mlnk a{
	color: #222;
	text-decoration: none;
}

.mlnk a:hover{
	text-decoration: underline;
}

.vrvw_tx{
	color: #222;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 15px;
	text-align: justify;
}

.vrvw_tx a{
	color: #222;
	text-decoration: none;
}

.vrvw_tx a:hover{
	text-decoration: underline;
}

.lst{
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	color: #111;
	display: block;
}

.lst:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
	padding-left: 25px;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}

ul li{
	margin-bottom: 8px;
	position: relative;
}

ul li:before{
	content:  "\2022";
	position: absolute;
	left: -16px;
	top: 0;
	color: #888;
	line-height: 22px;
}

.bc{
	font-family: customFontMedium;
	font-size: 15px;
	margin-bottom: 15px;
}

.und{
	text-decoration: underline;
}

