BODY {
	background-color: #8A1F03;
	background-image: url('http://www.stellaandchewys.com/site/images/background.gif');
	background-repeat: repeat;
}

p, table, td, th, tr, ol, ul, li, div {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Serif;
	font-size: 12px;
	color: #68321F;
}

.body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Serif;
	font-size: 12px;
	color: #68321F;
}

a { 
	color: #E02521; 
	text-decoration: none;	
 }
 
a:visited  { 
	color: #E02521; 
	text-decoration: none;	
 }
 
a:active { 
	color: #E02521; 
	text-decoration: none;	
 }
 
a:hover { 
	color: #E02521; 
	text-decoration: underline;	
 }
 
a.link { 
	color: #E02521; 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E02521;	
	text-decoration: none;	
 }
 
a.link:visited  { 
	color: #E02521; 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E02521;	
	text-decoration: none;	
 }
 
a.link:active { 
	color: #E02521; 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E02521;	
	text-decoration: none;	
 }
 
a.link:hover { 
	color: #E02521; 
	border-bottom-style: none;
	text-decoration: none;	
 }
 

td.mainRight { 
	background-image: url('http://www.stellaandchewys.com/site/images/rightBg.gif');
	background-repeat: repeat;
	padding: 0px 15px 0px 20px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Serif;
	font-size: 12px;
	color: #68321F;
}

td.mainLeft { 
	background: #FFFAE2;
	padding: 0px 0px 0px 15px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	color: #68321F;
}

h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Serif;
	font-size: 16px;
	color: #68321F;
}


/* same as h1 but allows for other text on same line*/
.head {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Serif;
	font-size: 16px;
	color: #68321F;
}

/* used on NYDog pages*/
.subhead {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Serif;
	font-size: 14px;
	color: #A7754D;
}

.caps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.chart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4663C;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4663C;
}

.footnote {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Serif;
	font-size: 11px;
	color: #B4663C;
	font-style: italic;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF6DC;
	text-align: center;
}

a.footer:link { color: #FFF6DC; text-decoration: none; }
a.footer:visited { color: #FFF6DC; text-decoration: none; }
a.footer:hover { color: #FFF6DC; text-decoration: underline; }
a.footer:active { color: #FFF6DC; text-decoration: none; }

.petimg { border: 1px solid #714D00; background-color: #FFF; padding: 3px; margin-top: 10px;}


#hrline {
   height: 1px;
   left: 1px;
   border-bottom: 1px dotted #8A1F03;
}


