@CHARSET "UTF-8";
.cntr {display:none;}
.txtred {color: red;}

.h1 {
  color: #37383A;
    display: inline;
    font: italic 24px Arial;
    display: block;
}

.h3 {
  color: #37383A;
    font: italic 18px Arial;
    padding: 30px 0 10px;
    display: block;
}

.h4 {
  color: #37383A;
    font: italic 16px Arial;
    padding: 30px 0 10px;
    display: block;
}

.txt {
	font-family: Arial;
    font-size: 14px;
    margin: 0;
    padding: 0;}

.h5 {
	font: italic 14px Arial;
	color: #000;
	font-weight: bold;
}
.h6 {
	font: italic 14px Arial;
	color: #A11C1E;
	font-weight: bold;
}
.h7 {
	font: italic 18px Arial;
	color: #000000;
	font-weight: normal;
}
.h8 {
	font: italic 18px Arial;
	color: #A11C1E;
	font-weight: normal;
}
.h9 {
	font: 14px Arial;
	color: #000;
	font-weight: bold;
}
.h10 {
	font: 14px Arial;
	color: #A11C1E;
	font-weight: bold;
}
.h11 {
	font: 18px Arial;
	color: #000000;
	font-weight: normal;
}
.h12 {
	font: 18px Arial;
	color: #A11C1E;
	font-weight: normal;
}

table.tform {border: 1px solid #37383A;border-top: 6px solid #37383A;width: 100%;}
table.tform td {padding: 10px 15px 0px 15px;vertical-align: top;background-color: #E6ECEF;}
table.tform tr.sub td {padding-bottom: 10px;text-align: right;padding-right: 40px;}
table.tform .nme {color: #562512;text-align: right;white-space: nowrap;}
table.tform .val {padding-left: 0px;}
table.tform .val input,
table.tform .val textarea {border: 1px solid #37383A;height: 23px;width: 95%;}
table.tform .val textarea {height: 63px;}
table.tform .nme label {padding-left: 10px;}
table.tform .nme label.nact {color: #37383A;}

table.table1 {border-collapse: collapse;}
table.table1 td,
table.table1 th {background: #dae4e9;padding: 10px 15px;border: 1px solid #37383a;color:#000;font-size: 14px;}
table.table1 tr.head td,
table.table1 td.head,
table.table1 th {color:#9e2125;font-weight: bold;}
table.table1 td.min {padding: 10px;}



	.normativ{
		margin-top: 30px;
		display: block;

	}
	.normativ .header{
		background-color: #A11C1E;
	        color: #FFFFFF;
		padding: 8px 25px 8px 25px;		
		font: bold 18px Arial;


	}
	.normativ .text{
	    border-bottom: 6px solid #A11C1E;
	    margin: 0 0 7px 0;
    	    padding: 10px 20px 12px 20px;	
		background-color: #E6ECEF;



	}
	.normativ .text ul{

 	   display: block;
	    list-style-type: disc;
	    -webkit-margin-before: 1em;
	    -webkit-margin-after: 1em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    -webkit-padding-start: 40px;
	}
	.normativ .text ul li{
		margin-bottom: 8px;
	}




