.mainForm {
		width: 25%;
		margin: 0 auto;
		margin-top: 7%;
	}
	.sel {
		margin-top: 5%;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	.Submit {
		text-align: center;
	}
	.statForm {
		width: 50%;
		margin: 0 auto;
	}
	.Title {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
	}
	.stat_range {
		font-size: 15px;
		text-align: right;
	}
	.note {
		margin-top: 10%;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
	}
	.css_table {
	 	display: table;
	 	width: 100%;
	 	border-collapse: separate;
	 	border-spacing: 0px; /*cellspacing */
	}
	.css_tr {
	 	display: table-row;
	}
	.css_tr_0 {
	 	display: table-row;
	 	background-color: #F0F0F0;
	 	border: 1px #000000 solid;
	}
	.css_tr_1 {
	 	display: table-row;
	}
	.css_td_h_1 {
	 	display: table-cell;
	 	width: 20%;
	 	text-align: center;
	 	vertical-align: middle;
	 	height: 30px;
	 	font-weight: bold;
	}
	.css_td_h_1_d {
	 	display: table-cell;
	 	width: 5%;
	 	text-align: center;
	 	vertical-align: middle;
	 	height: 30px;
	 	font-weight: bold;
	}
	.css_td_h_2 {
	 	display: table-cell;
	 	width: 10%;
	 	text-align: center;
	 	vertical-align: middle;
	 	height: 30px;
	 	font-weight: bold;
	}
	.css_td_h_border_1 {
	 	border-top: 1px #000000 solid;
	 	border-left: 1px #000000 solid;
	 	border-bottom: 1px #000000 solid;
	}
	.css_td_h_border_2 {
	 	border: 1px #000000 solid;
	}
	.css_td_1 {
	 	display: table-cell;
	 	text-align: left;
	 	vertical-align: middle;
	 	height: 30px;
	}
	.css_td_1_d {
	 	display: table-cell;
	 	text-align: center;
	 	vertical-align: middle;
	 	width: 7%;
	 	height: 30px;
	}
	.css_td_2 {
	 	display: table-cell;
	 	text-align: center;
	 	vertical-align: middle;
	 	height: 30px;
	}
	.css_td_2_d {
	 	display: table-cell;
	 	text-align: center;
	 	vertical-align: middle;
	 	height: 30px;
	 	font-weight: bold;
	}
	/*.css_td_1 {
	 	display: table-cell;
	 	vertical-align: middle;
	 	height: 25px;
	 	margin-top: 1%;
	 	margin-bottom: 0.1%;
	}*/
	.css_td_border_1 {
	 	border-left: 1px #000000 solid;
	 	border-bottom: 1px #000000 solid;
	}
	.css_td_border_2 {
	 	border-left: 1px #000000 solid;
	 	border-right: 1px #000000 solid;
	 	border-bottom: 1px #000000 solid;
	}