body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #630;
	background-image: url(images/parchmentDark.jpg);
}
.bodytype {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}
.medbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.parchmentbox {
	background-color: #FFC;
	background-image: url(images/parchment.jpg);
	border: 2px solid #000;
}
#wrapper {
	position: relative;
	height: 100px;
	width: 100px;
	left: 0px;
	top: 0px;
}

.goldbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fcf9c0;
	background-color: #714a28;
}
a:link, a:active, a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.light:link, .light:active, .light:visited {
	color: #0CF;
	text-decoration: none;
}
.light:hover {
	color: #CCC;
	text-decoration: underline;
}
.bigbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.button:link, .button:active, .button:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	background-color: #630;
	margin: 5px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	text-decoration: none;
}
.button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	margin: 5px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
	text-decoration: none;
}
.tn:link img {
	color: #000000;
	text-decoration: none;
}
.tn:visited img {
	color: #000000;
	text-decoration: none;
}
.tn:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.6;
	color: #999999;
	text-decoration: none;
}
.tn:active img {
	color: #000000;
	text-decoration: none;
}

