a { 
	text-decoration: none;  
	color: #69642e;  
} 
a:hover { 
	text-decoration: underline;
	color: #69642e;  
} 
a:visited { 
	color: #69642e;  
} 

.footer_text {
	font-weight:normal;
	font-family:times;
	font-size:10;
	color: #748251;
}

.footer_text a { 
	text-decoration: none; 
	color: #748251;   
} 
.footer_text a:hover { 
	text-decoration: underline;
	color: #748251;  
} 
.footer_text a:visited { 
	color: #748251;  
}

.content {
	font-weight: normal;
	font-family: times;
	font-size:12;
	color : #69642e;
	line-height:1.65;
}

.contact {
	font-weight: bold;
	font-family: times;
	font-size:12;
	color : #b5bd22;
	line-height:1.65;
}

.sub_header {
	font-weight: normal;
	font-family: times;
	font-size:13;
	color : #69642e;
}

.sub_header a { 
	text-decoration: none; 
	color: #69642e;   
} 
.sub_header a:hover { 
	text-decoration: none;
	color: #504c24;  
} 
.sub_header a:visited { 
	color: #69642e;  
}

.sub_header_selected {
	font-weight: bold;
	font-family: times;
	font-size:13;
	color : #69642e;
}

.sub_header_selected a { 
	font-weight: bold;
	color: #69642e;   
} 
.sub_header_selected a:hover { 
	font-weight: bold;
	color: #504c24;  
} 
.sub_header_selected a:visited { 
	color: #69642e;  
	font-weight: bold;
	
}



input.form_textbox {							
	font-family: times;
	font-size: 12px;
	color: #69642e;
	background-color: #FFFFFF; 
	border-style: solid; 
	border-color: #dfe283; 
	border-width: 1; 
	padding: 1px;
	height: 18px;	
					
}	

.form_textarea { 
	font-family: times;
	font-size: 12px;
	color: #69642e;
	background-color: #FFFFFF; 
	border-style: solid; 
	border-color: #dfe283; 
	border-width: 1; 	
	
} 

.formSubmit {
	font-family: times;
	font-size: 12px;
	color: #69642e;
	background-color: #FFFFFF; 
	border-style: solid; 
	border-color: #dfe283; 
	border-width: 0; 
	padding: 1px;
}

.formSubmitBox {
	font-family: times;
	font-size: 12px;
	color: #69642e;
	background-color: #FFFFFF; 
	border-style: solid; 
	border-color: #dfe283; 
	border-width: 1; 
	padding: 1px;
}






.light_pink_background {
	background-color: #FACCE9;
}

.banner_background {
		background-image: url(dogs_lifestyle.gif);
		background-repeat: no-repeat;
		background-position: top right;
		background-color: #FACCE9;
		height: 86px;
}

.selected_tab {
	background-image: url(pink_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	width:92px;
	padding-bottom : 0px;
	font-weight: bold;
	font-family: arial;
	font-size:11;
	color : #FFFFFF;
}

.unselected_tab {
	background-image: url(white_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom : 0px;
	text-align: center;
	width:92px;
	font-weight: bold;
	font-family: arial;
	font-size:11;
	color : #E50093;
}

.tab_div {
	padding-bottom: 3px;
}

.crumb_background {
	'background-image: url(crumb_background.gif);
	'background-repeat: repeat-x;
	background-color: #E50093;
	height: 19px;
	font-weight: bold;
	font-family: arial;
	font-size:11;
	color : #FFFFFF;
}

