	body {
		margin: 10px 10px 10px 10px;
	}
	
	p {
		font-size: 12px;
		font-family: arial, Helvetica;
		margin: 5px 5px 5px 0px;
	}
	h5 {
		font-size: 16px;
		font-family: arial, Helvetica;
		margin: 10px 0px 5px 0px;
	}
	h6 {
		font-size: 18px;
		font-family: arial, Helvetica;
		margin: 2px 2px 2px 2px;
	}
	
	table {
		font-size: 11px;
		font-family: arial, Helvetica;
	}
	
	th.detail {
		padding-left: 2px;
		padding-right: 2px;
		border-bottom: 1px solid #000000;
		font-size: 14px;
	}
		
	td.detail {
		padding-left: 4px;
		border-bottom: 1px solid #000000;
	}
	
	a {
		padding: 3px 3px 3px 3px;
	}
	
	Input {
		background-color: #B6CCFD;
		color: black;
		font-family: arial, verdana;
		font-weight: 400;
		font-size: 7pt;
		border : 1px solid Black;
	}
    Select {
		background-color: #B6CCFD;
		color: black;
		font-family: arial, verdana;
		font-weight:300;
		font-size: 8pt;
	}
	.input_normal {
		background-color: #F2F2F2;
		color: black;
		font-family: arial, verdana;
		font-weight:400;
		font-size: 10pt;
	}
	.input_button {
		background-color: #C6C6C6;
		color: black;
		font-family: arial, verdana;
		font-weight: 600;
		font-size: 10pt;
	}



	.description {
		font-weight: 600;
		font-size: 12px;
		font-family: Arial;
	}
	td {
		font-weight: 400;
		font-size: 11px;
		font-family: arial;
	}
