body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2em;
	margin-right: 2em;
}

.topF {
	background: #eeeeff;
	font-size: 0.8em;
	color: black;
}

.topF a {
	color: black;
}

.main_table {
	font-size: 0.8em;
}

.map_table {
	font-size: 0.7em;
}

.bottom {
	font-size: 0.8em;
}

.bottomLinks {
	font-size: 0.7em;
}

blockquote {
	font-size: 0.8em;
}

.header {
	color: black;
	font-size: 1.2em;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.1em;
}

.linkText {
	margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.linkTextHtml {
	margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0.1em dotted;
	padding: 0.5em;
}

.storeCell {
	background: #eeeeff;
	color: black;
	font-size: 1.1em;
}	

.storeCell a {
	color: black;
}	

.purpleBorder {
    BORDER-RIGHT: #eeeeff 1px solid;
    BORDER-TOP: #eeeeff 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #eeeeff 1px solid;
    BORDER-BOTTOM: #eeeeff 1px solid;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
.greyBorder {
    BORDER-RIGHT: <xsl:value-of select="$soft_grey"/> 1px solid;
    BORDER-TOP: <xsl:value-of select="$soft_grey"/> 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: <xsl:value-of select="$soft_grey"/> 1px solid;
    BORDER-BOTTOM: <xsl:value-of select="$soft_grey"/> 1px solid;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif
}

.couponCode {
	font-size: 0.8em;
}

.couponCode1 {
	font-size: 1.0em;
	background: yellow;
}