body {
	background: #9CF;
	margin: 0;
	color: #039;
	font: 11pt arial, sans-serif;
	line-height: 16pt;
	text-align: justify;
}
a,
a.link,
a.alink,
a.vlink {
	color: #00f;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
h1 {
	font: 30pt 'arial rounded mt bold', verdana, arial, sans-serif;
	color: #039;
	line-height: 34pt;
}
h2 {
	font: 18pt arial, sans-serif;
	color: #039;
	line-height:24pt;
}
.center {
	text-align: center;
}
#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
table.linkbar {
	width:100%;
	border-spacing:10px;
}
table.linkbar td.btnoff {
	width: 200px;
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-top-color: white;
	border-left-color: white;
	border-right-color: black;
	border-bottom-color: black;
	background: #c1e1f1;
	color: #00f;
	font: bold 10pt arial, sans-serif;
	text-align: center;
}
table.linkbar td.btnoff a:hover {
	text-decoration: none;
}
table.linkbar td.btnon {
	width: 200px;
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-top-color: black;
	border-left-color: black;
	border-right-color: white;
	border-bottom-color: white;
	background: #c1e1f1;
	color: #00f;
	font: bold 10pt arial, sans-serif;
	text-align: center;
}
table#cats {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
table#cats td.thumb {
	width: 125px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
}
table#cats td.caption {
	width: 550px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
}
table#footer {
	width: 600px;
	padding: 10px 0 0 0;
	border-top: 2px solid #039;
	font: 8pt arial, sans-serif;
}
table#footer td#copyright {
	width: 200px;
	text-align: left;
}
table#footer td#totop {
	width: 200px;
	text-align: center;
}
table#footer td#bv {
	width: 200px;
	text-align: right;
}
