body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 11px;
}

code, pre {
  font: 11px "courier new", courier, monospace;
}

p {
	margin-top: 0px;
	line-height: 17px;
}

li {
	margin-top: 0px;
	line-height: 17px;
}

h1 {
  font-size: 14px;
  color: #4f4c49;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
  font-size: 13px;
  color: #666;
}

h3 {
  font-size: 12px;
  color: #4f4c49;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px; 
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #999;
	text-decoration: none;
}

a:hover {
  color: #41a0cf;
	text-decoration: none;
}

a.headFoot:link, a.headFoot:visited, a.headFoot:active {
  color: #333;
	text-decoration: none;
}

a.headFoot:hover {
  color: #41a0cf;
	text-decoration: none;
}

a.pets:link, a.pets:visited, a.pets:active {
  color: #999;
	text-decoration: none;
}

a.pets:hover {
  color: #D469A9;
	text-decoration: none;
}

a.families:link, a.families:visited, a.families:active {
  color: #999;
	text-decoration: none;
}

a.families:hover {
  color: #B6D55B;
	text-decoration: none;
}

a.commercial:link, a.commercial:visited, a.commercial:active {
  color: #999;
	text-decoration: none;
}

a.commercial:hover {
  color: #fc0;
	text-decoration: none;
}

.default {
  color: #4f4c49;
}

.pets {
  color: #D469a9;
}

.families {
  color: #B6D55B;
}

.commercial {
  color: #fc0;
}

a.defaultLink:link, a.defaultLink:visited, a.defaultLink:active {
  color: #4f4c49;
	text-decoration: none;
}

a.defaultLink:hover {
  color: #999;
	text-decoration: none;
}

a.petsLink:link, a.petsLink:visited, a.petsLink:active {
  color: #D469A9;
	text-decoration: none;
}

a.petsLink:hover {
  color: #999;
	text-decoration: none;
}

a.familiesLink:link, a.familiesLink:visited, a.familiesLink:active {
  color: #B6D55B;
	text-decoration: none;
}

a.familiesLink:hover {
  color: #999;
	text-decoration: none;
}

a.commercialLink:link, a.commercialLink:visited, a.commercialLink:active {
  color: #fc0;
	text-decoration: none;
}

a.commercialLink:hover {
  color: #999;
	text-decoration: none;
}

.alert {
  color: #f00;
}

.required {
  color: #f00;
	font-size: 10px;
}

.stroke {
	border: #999 1px solid;
}

.header {
	background: #666;
	color: #fff;
}

.footer {
	background: #666;
	color: #fff;
}

.feature {
	background: #666;
	color: #fff;
}

.imgleft {
	float: left;
	margin-right: 10px;
}

