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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3313;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
.hdg {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tag {
	font-size: 18px;
	font-weight: bold;
	color: #8e701f;
}
.menutxt {
	font-size: 16px;
}
a:link {
	color: #3f3313;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3313;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #8e701f;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
