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

body {
	background-color: #2c0910;
	margin-top: 0px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #333333;
}
a {
	font-size: 11px;
	color: #59111f;
}
a:visited {
	color: #59111f;
}
a:hover {
	color: #9ba201;
}
a:active {
	color: #59111f;
}

.pagetitle {
	color:#59111f;
	border-bottom:1px dotted #59111f;
	font-size:18px;
	font-weight:bold;
}

.footer {
	background-image:url(../images/footer.jpg);
	height:99px;
	text-align:center;
}

.thumbborderbg {
	border: 1px dotted #59111f;
}