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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8B7E54;
	background-image: url(images/brownbkg.jpg);
	background-repeat: repeat-x;
}
.style1 {font-size: 16px}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {font-size: 16px; font-weight: bold; }
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}