input, select {
	font-size: 9pt;
}
table.table {
	background-color: #FBF8F3;
	font-size: 9pt;
	font-weight: normal;	
	width: 90%;
	border: solid 1px #F1A501;
}

table.table th {
	background-color: #F1A501;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;	
	text-align: center;	
	margin: 1px  1px 1px 1px;
	padding: 1px  1px 1px 1px;
}

table.table_details {
	background-color: #FBF8F3;
	font-size: 9pt;
	font-weight: normal;
	border: solid 1px #F1A501;
	width: 90%;	
}

table.table_details th {
	background-color: #F1A501;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;	
	text-align: right;	
	margin: 1px  1px 1px 1px;
	padding: 3px  3px 3px 3px;
	width: 25%;	
}

table.table_details td {
	margin: 1px  1px 1px 1px;
	padding: 1px  1px 1px 1px;
	background-color: #ffffff;
	color: #000000;
}
