@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
    background-color: #000066;
    margin: 16px;
    padding: 0;
	line-height: 20px;
}
table {
	width: 100%; 
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td {
	border: 0;
	margin: 0;
	padding: 0;
}
td.hr {
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	background: #FFCC00;
}
td.br {
	font-size: 0;
	line-height: 0px;
	height: 16px;
}
table.hd, table.ft {
	color: #FFCC00;
	text-align: center;
}
table.hd a, table.ft a {
	color: #FFCC00;
	text-decoration: none;
}
table.hd a:hover, table.ft a:hover {
	text-decoration: underline;
}
table.hd img {
	margin: 0;
}
td.hl {
	width: 93px;
	height: 93px;
}
table.hdmn {
	height: 21px;
}
table.ft {
	font-size: .8em;
	line-height: .8em;
}
table.ftmn {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
}
td.ftlt {
	width: 90px;
	text-align: left;
}
td.ftrt {
	width: 90px;
	text-align: right;
}
table.bd {
	border: 2px solid #FFCC00;  
	background-color: white;
	height: 400px;
}
table.bd td{
	vertical-align: top;
	padding: 16px;
	padding-bottom: 32px;
}
h1, h2, h3 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 4px;
}
h1 {
	font-size: 2.4em;
	margin-top: 32px;
	margin-bottom: 32px;
}
h2 {
	font-size: 1.8em;
	margin-top: 32px;
	margin-bottom: 16px;
}
h3 {
	font-size: 1.2em;
	margin-top: 16px;
	margin-bottom: 8px;
}
h4 {
	margin: 0px;
}
p {
	margin: 4px;
	margin-top: 8px;
	padding: 0;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.thumb {
	color: #000;
	text-decoration: none;
}
a.thumb span {
	display: none;
}
a.thumb:hover span {
	display: block;
	position: absolute;
}
a.thumb img {
	height: 200px;
}
img {
	border: 0;
	margin: 8px;
	margin-left: 64px;
	padding: 0;
}
ul {
	text-indent: 0;
	margin: 0;
	margin-left: 48px;
	padding: 0;
}
ul.none {
	list-style: none;
}
dl {
	margin-left: 32px;
}
dt {
	font-weight: bold;
	margin-top: 32px;
}
dd {
	margin: 0px;
}
div.hidden {
	display: none;
}
table.img {
	margin: 16px;
	margin-right:auto;
	margin-left:auto;
	width: auto;
	border: 2px solid #000000;
	text-align: center;
	padding: 12px;
}
table.img td {
	margin:0;
	padding:16px;
}
table.img img {
	border: 1px inset #000000;
	margin: 0;
}
table.img p {
	font-size: 10px;
	color: #666666;
	margin: 0;
	margin-top: 16;
}
table.info {
	width: auto;
	margin: 4px;
	margin-left: 32px;
	vertical-align: top;
}
table.info td {
	margin: 0;
	padding: 4px;
}
table.info th {
	text-align: left;
}
table.sort {
	font-size: 12px;
	border: 2px solid #C0C0C0;
}
table.sort th {
	cursor: pointer;
	background: #C0C0C0;
	border: 1px solid white;
}
table.sort td {
	border: 1px solid #C0C0C0;
	margin: 0;
	padding: 2px;
	height: 14px;
}