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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
body {
	background-image: url(images/woodbg.jpg);
	background-color: #5E121D;
	background-repeat: no-repeat;
}
.heading {
	font-weight: bold;
	color: #671518;
	font-size: 16px;
}
.content {
	font-size: 12px;
}
.contentbold {
	font-size: 12px;
	font-weight: bold;
}
.heading-wht {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}
a:link {
	color: #671518;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #671518;
}
a:hover {
	text-decoration: none;
	color: #330005;
}
a:active {
	text-decoration: none;
}
