/* CSS Document */

body {
	background-image: url(../images/k9-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	background-color: #353125;
	background-repeat: repeat-x;
	
}
.copyright {
	color: #86774B;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575137;
}

.slashes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #86774B;
}

a {
	font-size: 11px;
	color: #BEA666;
	font-weight:bold;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BEA666;
}
a:hover {
	text-decoration: none;
	color: #6D0000;
}
a:active {
	text-decoration: none;
	color: #BEA666;
}


.pageon {
	font-size: 11px;
	color: #6D0000;
	font-weight:bold;

}
