body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: 5C5C5C;
}

a:link {
	text-decoration: none;
	color: #5C5C5C;
}
a:visited {
	text-decoration: none;
	color: #5C5C5C;
}
a:hover {
	text-decoration:  underline;
	color: #E5650E;
}
a:active {
	text-decoration: none;
	color: #E5650E;
}

td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
.td1 {
	background-image: url(first_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.td2 {
	background-image: url(first_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}