body {
	margin: 0;
	padding: 0;
	background-color: #061B40;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
}
td, p {
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #FFE852;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
#maintable {
	background: #3970CF;
	border: 2px solid #FFE852;
	border-top: none;
}
.preview {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

/* Top Nav Links
------------------------------*/
.toplinks {
	color: #640000;
	font-size: 11px;
}
.toplinks a, .toplinks a:active, .toplinks a:visited, .toplinks a:link {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	font-weight: bold;
}
.toplinks a:hover {
	color: #FF0;
	text-decoration: none;
	border-bottom-width: 0;
}

/* GALLERY
-----------------------------*/
#thumbtable a img, #thumbtable img {
	padding: 3px;
	background: #FFF4D7;
	border: 1px solid #FFF;
}
#thumbtable a:hover img {
	background: #c00;
	border: 1px solid #f00;
}


.center {
	text-align: center;
}

/* FOOTER */
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FFF;
	background: #BC1212 url(images/bg-foot.gif) 0 -2px repeat-x;
	border-top: 1px solid #f00;
	padding: 3px;
}

.clear {
	clear:both;
}
