/* CSS Document */

body {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDFAF5;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-size: 11px;
	color: #7E5036;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7E5036;
}
a:hover {
	text-decoration: underline;
	color: #7E5036;
}
a:active {
	text-decoration: none;
	color: #7E5036;
}

h1 {
	font-size: 2em;
	font-weight:bold;
	color:#464646;
}