@charset "utf-8";
/* CSS Document */

body {
	background-image: url("/images/mainbg.jpg");
	background-color: #2C0A08;
	background-position:center top;
	background-repeat:no-repeat;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a:link {
	color: #FF0;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #FF0;
}
.maintext {
	font-size: 18px;
	font-weight: bold;
}
.maintextxl {
	font-size: 22px;
	font-weight: bold;
}
.maintextlg {
	font-size: 20px;
	font-weight: bold;
}
.maintextmd {
	font-size: 16px;
	font-weight: bold;
}
.maintextsm {
	font-size: 14px;
	font-weight: bold;
}
.gallerytitle {
	font-size: 24px;
}
.copyright {
	font-size: 10px;
	color: #CCC;
}
.copyright a {
	font-size: 10px;
	color: #FFF;
	text-decoration:underline;
}
.copyright a:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration:underline;
}
.copyright a:hover {
	font-size: 10px;
	color: #FF0;
	text-decoration:underline;
}