@charset "utf-8";
/* CSS Document */


/*!
*
** STYLE TaBle
*
*/
	
        .h2_css, .h3_css  {
                color: #000000;
                font-weight: 500;
        }

.font17{
	font-size:17px;
	line-height: 1.6;
	
}



       .tbl {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            background-color: #fff;
        }

        .tbl th, .tbl td {
            border: 1px solid #ddd;
        }
        .tbl th, .tbl td {
            padding: 12px;
            text-align: left;
        }
        .tbl th {
            background-color: #f2f2f2;
            color: #333;
        }
        .tbl tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .tbl tbody tr:hover {
            background-color: #f1f1f1;
        }

.table a{
	color: blue;
	font-weight: 600;
}

.table {
	line-height: 1.75;
}