/*20260504 Copy from style23.css*/
body{
	font-family: Arial, Helvetica, sans-serif;
	
}
.dwidth{
	width:100%;

}


.imgheader {
     max-width: 400px;
    height: auto;
	padding-left:20px;
}
.title{
	font-size: 16px;
	line-height:18px;
	font-weight: bold;

	
}
.tstyle2 {
	color: #e56100;
	
	margin-bottom:0;
	padding-bottom:0;
	padding-left:30px;

}
.tstyle3{  
	color: #1c588b;
	background-color:#E9F4FC;
	margin-left:20px;
	margin-top:-5px;
	padding: 8px 0 8px 10px;
}
.tline{
	margin-bottom:10px;
	margin-left: 20px;
    width: calc(100% - 20px) !important;
}

.bodytxt{
	padding:8px 0 30px 30px;
	font-size: 15px;
	line-height:18px;
	color: #1c588b;
}
.bodytxt p{
	text-align:justify;
	width:95%;
}

.bodytxt h3{
	font-size: 15px;	

}
/* list buttlet */
.list-squ {margin-left: 0px;line-height:20px;}
.list-squ li {padding:1px 0; color: #a9aaab; list-style-type:square;line-height:20px;}
.list-squ li span {color: #FB7CA6;font-size:13px;font-style:italic;}
.list-squ li a {color: #1c588b;
                text-decoration: none;
}
.list-squ li a:hover {color: #06C;
                      text-decoration: underline;
}
.bluelinkclour li{
	line-height:150%;
}
.bluelinkclour li a:link, .bluelinkclour li a:visited{
	color: #0000ff; text-decoration: none;}
.bluelinkclour li a:hover {
	text-decoration: underline;
	color: #0000ff;
	text-decoration-color: #00f;
}

.download  strong{
	color:#000;
}


@media only screen and (max-width: 414px) {
.dwidth{
	width:380px;
}
.imgheader {
     max-width: 340px;
	 margin-top:10px;
}
.bodytxt p{
	width:95%;
}
.list-squ {
	padding-left:15px;;
}
}

