/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E2727;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E2727;
	font-weight: bold;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4E2727;
	font-weight: bold;
}
body {
	background-image: url(images/tile2.jpg);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BF4D00;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

