body {
	margin: 0;
	padding: 0;
	background-color: #F6FFE2;
	font-family: Arial, Helvetica, sans-serif;
	color: #C7EEFF;
}
td, p {
	font-size: 11px;
	color: #C7EEFF;
}
a {
	text-decoration: underline;
	color: #E3FF9B;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
#topheader {
	font-size: 11px;
	padding: 5px 0 0 0;
	color: #000;
}
#maintable {
	background: #005D8F;
	border: 2px solid #8EB731;
	border-top: none;
}


/* GALLERY
-----------------------------*/
#thumbtable a img, #thumbtable img {
	padding: 3px;
	background: #C7E4F4;
	border: 1px solid #039ADE;
}
#thumbtable a:hover img {
	background: #F1FED2;
	border: 1px solid #FFF;
}

.center {
	text-align: center;
}
.preview {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}


/* FOOTER */
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FFF;
	background: #008CCB;
	border-top: 1px solid #30C3FF;
	padding: 3px;
}
#footer a {
	color: #FF0;
}
#footer a:hover {
	color: #FFF;
}
.clear {
	clear:both;
}
