body {
margin: 8px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #614136;
text-align: left;
}
table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #614136;
}

h1{
font-size: 20px;
text-align: center;
}



A:link {
	color: #614136;
	text-decoration: none;
}

A:visited {
	color: #614136;
	text-decoration: none;
}

A:active {
	color: #614136;
	text-decoration: none;
}

A:hover {
	color: #FF00FF;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

P {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.stdText{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.stdTextCenter{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

TD.smaller {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #614136;
	background-color:#FAF5F0;
}

P.smaller {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #361B00;
}

HR {
	color : #614136;
	height : 1px;
}

.smallFont{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

/* This is for Table and Cell Background Color for Search, Tracking, Order Status, Checkout */
TABLE.cobtbl{
background-color: #FAF5F0;
border-width: 1px;
border-color: #614136;
border-style: solid;

} 
TD.cobhl{
background-color:#FAF5F0; /* Cell Highlights*/
border-width: 1px;
border-color: #614136;
border-style: solid;
}
TD.cobll{
background-color:#FAF5F0; /* Cell Lowlights*/

}

/* This is for product pages */
/* div.prodid: The properties of text "Product ID" */
/* div.prodname: The properties of the product name on the product page */
/* div.proddiscounts: The properties of the discounts text for the product page */
/* td.prodimage: The alignment of the product image on the product page */
/* img.prodimage: The properties of the product image */
/* div.proddescription: The properties of the text in the short product description */
/* div.prodoptions: The properties of the product options on the product */
/* div.prodprice: The properties of the price on the product page */

div.detaildescription, div.detailoptions {
background-color:#FAF5F0;
}
img.prodimage {
border-width: 1px;
border-color: #614136;
border-style: solid;
background-color:#FAF5F0;
}
IMG.catimage {
border-width: 1px;
border-color: #614136;
border-style: solid;
vertical-align:top;
}
TD.catimage {
vertical-align:top;

}
TD.detailimage {
	vertical-align:top; /* Vertical Position of Detail Images Relative to Text */
	background-color:#FAF5F0;
}
TD.catimage {
vertical-align:top;
background-color:#FAF5F0;
}

TD.catname {
vertical-align:top;
text-align: center;
background-color:#FAF5F0;
}

table.tableBackgroundColor { /* Jill created this new style to make text readable */
background-color:#FAF5F0;
/*border-width: 1px;
border-color: #614136;
border-style: solid;*/
}
td.tableBackgroundColor { /* Jill created this new style to make text readable */
background-color:#FAF5F0;
/*border-width: 1px;
border-color: #614136;
border-style: solid;*/
}

.nav2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
.nav {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:5px;
	padding-top:5px;
}