table tr td {
	border: none;
}
table.table1 {
	width: 540px;
	height: 100px;
	margin-bottom: 10px;
	background-image: url("../img/index_table_bg.png");
	background-repeat: no-repeat;
	border-style: hidden;;
	border-width: 0px;
	margin-right: 5px;
	color: #f1f1f1;
}
table.table2 {
	width: 540px;
	height: 100px;
	margin-bottom: 10px;
	background-image: url("../img/index_table_bg.png");
	background-repeat: no-repeat;
	border-style: hidden;;
	border-width: 0px;
	color: #f1f1f1;
}
table.table1 tr td {
	padding-left: 30px;
	color: #f1f1f1;
}
table.table2 tr td {
	padding-left: 30px;
	color: #f1f1f1;
}
table.table1 tr td {
	vertical-align: center;
	color: #f1f1f1;
}
table.table1 a {
	color: #f1f1f1;
	text-decoration: underline;
}
table.table1 a:hover {
	text-decoration: none;
}