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

body {
	background-color: #c4baa5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #291b09;
}
a.bottom {
	font-family: Arial;
	font-size: 11px;
	color: #291b09;
}
a.bottom:link {
	text-decoration: none;
}
a.bottom:visited {
	text-decoration: none;
	color: #291b09;
}
a.bottom:hover {
	text-decoration: underline;
	color: #291b09;
}
a.bottom:active {
	text-decoration: none;
	color: #291b09;
}
