body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
.Style4 a:hover {
	text-decoration: underline;
}
.Style5 {font-family: Arial, Helvetica, sans-serif; color: #666666; font-style: italic; }
a {
	font-size: 11px;
}

.logo-button {
	display:block;
	width:229px;
	height:220px;
	background:url(./img/Logo_In-Out.jpg) no-repeat 0 -220px;
	margin:0 auto;
}
.logo-button a {
  display:block;
  width:100%;
  height:100%;
  background:url(./img/Logo_In-Out.jpg) no-repeat 0 0;
  text-indent:-9999px;
}
.logo-button a:hover {
  background-position:0 220px;
}