@charset "UTF-8";
/* CSS Document */
body {
	background-color: #8B5529;
	background-repeat: repeat-y;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.Table_01 {
	border: 2px solid #47291B;
}
h1 {
	color: #56331D;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
h2 {
	color: #56331D;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}
a,  a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
  color: #a14a35;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #c92c17;
  text-decoration: underline;
}
a:focus {
  color: #c92c17;
}
a:active {
  color: #732600;
}

.footer {
	background-color: #462A1B;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #52311C;
	border-right-color: #52311C;
	border-bottom-color: #52311C;
	border-left-color: #52311C;
	font-size: 10px;
}
.Table_01 li {
	list-style-position: outside;
}
