@import url('https://fonts.googleapis.com/css?family=Poppins'); 
*{
    font-family: "Poppins",verdana,helvetica,arial,sans-serif;
    font-size: 12px;
}
.bold{
	font-weight:bold;
}
.font15{
	font-size:15px;
	font-weight: 600;
}
.fon18{
	font-size:18px;
}
h1{
	/* font-size:18px; */
	font-size:22px;
	font-weight: 600;
	color: #39424C;
}
.grights
{
	color:#39424C;
	/* font:400 13px/20px "Roboto","Helvetica Neue",Helvetica,sans-serif; */
}
.report_border_top{
	border-top:1px solid #999999;
}
.report_border_left{
	border-left:1px solid #999999;
}
.report_border_right{
	border-right:1px solid #999999;
}
.report_border_bottom{
	border-bottom:1px solid #999999;
}