body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    text-decoration: none; 
    margin: 0; 
}

.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.Price {
	font-weight: Bold;
	color: #FF0000;
}

.Attention {
	font-weight: Bold;
	color: #FF0000;
}

.BlueAttention {
	font-weight: Bold;
	color: blue;
}

.eof {
	font-weight: bold;
	color: #FF0000;
	text-align:center;
	border: thin solid #FF0000;
	
}

.alignBottom {
	vertical-align: bottom;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.DogName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.BorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-left: 5px;
}
.BorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	padding-right: 5px;
}
.BorderBoth {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	padding-right: 5px;
}
.redText {
	color: #FF0000;
}

#navcontainer 
{ 
  /*white-space: nowrap;*/ 
  font-size: 13px;
  float: left; 
  width: 112px; 
  /*padding: 5px;*/ 
} 

#navcontainer ul 
{ 
  margin-left: 0px; 
  padding-left: 0px; 
  list-style-type: none; 
  font-family: Arial, Helvetica, sans-serif; 
  display: block; 
} 

#navcontainer a, li#title 
{ 
  font-weight: bold; 
  display: block; 
  padding: 2px; 
  width: 112px; 
  background-color: #293366; 
  border-bottom: #fff solid 0px;
  color: #FFFFFF;
  text-decoration:none; 
} 

#navcontainer a:hover 
{ 
  background-color: #FF0000; 
  color: #fff; 
  text-decoration: none; 
  border-bottom: #fff solid 0px; 
  font-weight:bold;
} 

#navcontainer li#title 
{ 
  text-align:center; 
  background-color: #339933; 
  color: #fff; 
  text-decoration: none; 
} 

#navcontainer li#forsale, a#forsale 
{ 
  font-weight: bold; 
  display: block; 
  background-color: #339933; 
  color: #fff; 
  text-decoration: none; 
} 
h1 {
	font-size: xx-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: 14px;
}
