body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}

.link {
	color: #CC6666;
	text-decoration: none;
}
.link:hover {
	color: #993333;
	text-decoration: none;
}
.border {
	border: 1px solid #445687;
}
.left-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	height: 18px;
	background-color: #EFF3E1;
}
.left-nav-over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	height: 18px;
	background-color: #E0E4D2;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #CC6666;
	font-style: italic;

}
.left-nav-bg-dogs {
	background-image: url(../images/left-nav-bg-dogs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
