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

a:focus {
-moz-outline: 0px;
outline: 0px;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #626259;
}
body {
	background-color: #d1cfb3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #626259;
	text-decoration: none;
}

a:link, a:active, a:visited {
font-style: normal; 
color: #575750;
text-decoration: underline;
}

a:hover {
font-style: normal; 
color: #85857b; 
text-decoration: none;
}

.main {
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
}

.mid {
	background-image: url(images/mid.gif);
	background-repeat: repeat-y;
}

.credits {
	font-size: 12px;
	text-decoration: none; 
	color: #6e6e66;
}