	#hosting_table{
		width:500px;
		margin:auto;
	}
	#hosting_table td.title{
		padding:3px;
		background-color:#4a9d24;
		color:#ffffff;
		font-weight:bolder;
		font-size:12pt;
	}
	#hosting_table td.no{
		padding:0px 5px 0px 5px;
		background-color:inherit;
		color:#000000;
		font-weight:bolder;
		font-size:10pt;
	}
	#hosting_table td.first_white{
		padding:0px 5px 0px 5px;
		background-color:#ffffff;
		color:#000000;
		font-weight:bolder;
		font-size:10pt;
	}
	#hosting_table td.second_white{
		background-color:#ffffff;
		color:#000000;
		font-weight:bolder;
		font-size:10pt;
		text-align:center;
	}
	#hosting_table td.first_lightblue{
		padding:0px 5px 0px 5px;
		background-color:#d4eaf8;
		color:#000000;
		font-weight:bolder;
		font-size:10pt;
	}
	#hosting_table td.second_lightblue{
		background-color:#d4eaf8;
		color:#000000;
		font-weight:bolder;
		font-size:10pt;
		text-align:center;
	}
	#contact_table{
		width:500px;
		margin:auto;
	}
	
	#order_table{
		width:400px;
		margin:auto;
	}
	#order_table td.title{
		padding:3px;
		background-color:#4a9d24;
		color:#ffffff;
		font-weight:bolder;
		font-size:12pt;
	}
	#order_table td.no{
		padding:0px 5px 0px 5px;
		background-color:inherit;
		color:#000000;
		font-weight:bolder;
		font-size:10pt;
	}
	.table_title{
		background-color:inherit;
		color:#0687cb;
		font-weight: bold;
		font-size:14px;
	}