@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #FFFFCC;
	background-image: url(images/bluebackground.jpg);
	color: #660000;
	letter-spacing: 1px;
}
.bodyspaced {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 20px;
	font-weight: normal;
	color: #660000;
}

.smaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #660000;
	line-height: normal;
}

.parchment-borders {
	background-color: #FCFCFE;
	background-image: url(images/paper.jpg);
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.smallerwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}
.yel:link {
	color: #FFFF00;
	text-decoration: none;
}
.yel:visited {
	color: #FFFF00;
	text-decoration: none;
}
.yel:active {
	color: #FFFF00;
	text-decoration: none;
}
.yel:hover {
	color: #999999;
	text-decoration: underline;
}
.tn:link img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
.tn:visited img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
.tn:active img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
.tn:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #999999;
	text-decoration: none;
	border: 1px solid #FF0000;
}
.tn2:link img {
	color: #000000;
	text-decoration: none;
}
.tn2:visited img {
	color: #000000;
	text-decoration: none;
}
.tn2:active img {
	color: #000000;
	text-decoration: none;
}
.tn2:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #999999;
	text-decoration: none;
}
.smallerblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}
