body {
	background: url('img/tan_stone.jpg'); 
/*	background-color: #ffcc66; */
/*	font-family: sans-serif; */
	font-family: serif;
	line-height: 110%;
}

p {
	font-size: 14px;
	line-height: 110%;
}

h1{
	font-size: 22px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

span.fine {
	font-size: 11px;
}

td.listhead {
	font-size: 14px;
	font-weight: bold;
	background-color: #dddddd;
	vertical-align: top;
}

td.listbody {
	font-size: 13px;
/*	background-color: #ffffff; */
	vertical-align: top;
	line-height: 15px
}

td.redbox {
	font-size: 16px;
	background-color: #990000;
	vertical-align: top;
	color: #ffffff;
	font-weight: bold;
}

td.whitebox {
	color: black;
	font-size: 14rpx;
	background-color: #ffffff;
	vertical-align: top;
	line-height: 120%;
}

table.detail_list {
	margin-left: 20;
	border: 1 px solid;
	border-spacing: 0 px 30 px;
	border-collapse: separate;
}
a {
	text-decoration: none;
}

a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #3333ff;
}

a.header {
	font-size: 18px;
	text-decoration: none;
}

a.header:link {
	color: #ffffff;
}

a.header:visited {
	color: #ffffff;
}

a.header:hover {
	color: #ff9900;
}

a.footer {
	text-decoration: none;
}

a.footer:link {
	color: #666666;
}

a.footer:visited {
	color: #666666;
}

a.footer:hover {
	color: #ff9900;
}

a.redbox {
	text-decoration: none;
}

a.redbox:link {
	color: #ff9900;
}

a.redbox:visited {
	color: #ff9900;
}

a.redbox:hover {
	color: #ff0000;
}