.navstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.rednavstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C83A08;
	text-decoration: none;
}
.cartnavstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #942903;
	text-decoration: none;
}
.fstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9A9696;
	text-decoration: none;
}
.fstyleblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: regular;
	color: #000000;
	text-decoration: none;
}
.contentstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #848383;
	text-decoration: none;
	line-height: 25px
}

.contentstyle:link { color: #848383; text-decoration = none; }          /* unvisited link */
.contentstyle:visited { color: #848383; text-decoration = none; }        /* visited links */
.contentstyle:hover { color: #CC3300; text-decoration = underline }        /* active links */
.fstyleblack:hover { color: #CC3300; text-decoration = underline }        /* active links */
.fstyle:hover { color: #CC3300; text-decoration = underline }        /* active links */




