.type_table {
	background-color: #FFFFFF;
	width: 150px;
}
.type_tr {
	background-color: #E6E6FA;
	width: 150px;
}
.type_td {
	background-color: #E6E6FA;
	width: 150px;
	display: block;
	}
.type_td a:link, .type_td a:visited {
	width: 150px;
	font: 12px Arial;
	color: #4169E1;
	text-decoration: none;
	display: block;
}
.type_td a:hover, .type_td a:active {
	width: 150px;
	font: bold 12px Arial;
	color: #F0FFF0;
	text-decoration: none;
	background-color: #6495ED;
	display: block;
	}