body
{
	background-image:url('images/background_pattern.gif');
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.regulartype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.vrezlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.indexPane {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
}
.staffPane {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
}
.boldtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.regularbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.redline {
	font-size: 1px;
	background-color: #710000;
}
.rightbottomtopredline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #710000;
	border-right-color: #710000;
	border-bottom-color: #710000;
}
.allredline {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #710000;
	border-bottom-color: #710000;
	border-right-color: #710000;
	border-left-color: #710000;
}
.whitetext 
{
  color:#FFFFFF;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#FeaturedContainer
{
	padding: 5px;
	
	margin-bottom: -100px;
}

#FeaturedContainer img
{
	border: none;
}

#FeaturedContainer h2 a
{
	color: #664422;
	text-decoration: none;
	font-family: 'Georgia', 'Garamond', serif;
	font-size: 85%;
}

#FeaturedTab
{
	position: relative;
	top: 0;
	left: -64px;
	z-index: 2;
	background: url(/images/featured.gif) no-repeat left top;
	width: 60px;
	height: 100px;
	clear: none;
}

#FeaturedContent
{
	border: solid 1px #664422;
	position: relative;
	top: -100px;
	padding: 3px;
}

#FeaturedContainer ul
{
	list-style-type: none;
}

#FeaturedContainer ul li
{
	margin-left: -40px;
	font-size: 11px;
}