.goldbg {
	background-color: #BC9A52;
}
.blackbg {
	background-color: #000000;
}
.main {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
a:hover {
	color: #bc9a52;
}
.topnav {
	background-color: #000000;
}
.topnav a{
	font-weight: bold;
	color: #bc9a52;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bc9a52;

}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.snow {
	background-image: url(snow.gif);
	background-repeat: repeat;
}
