@charset "utf-8";
body {
	background-image: url(images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #68604c;
	background-repeat: repeat-x;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D524E;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CA3900;
}
.tableborder {
	border: 1px solid #B1A277;
}
.bullet {
	font-size: 16px;
	font-weight: bold;
	color: #E67042;
}
a:link {
	color: #8E5A1E;
	text-decoration: none;
}
a:visited {
	color: #8E5A1E;
		text-decoration: none;
}
a:hover {
	color: #E67042;
		text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #CEC4A6;
}

