P
{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}

.creamText
{
	font-size: 10pt;
	color: #F3F49C;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}

#recentSellers .tdPhoto {
	text-align: center;
	padding: 4px;
	border: 1px solid #709457;
	border-left: 0;
	border-top: 0;
	font-size: 8pt;
}

#recentSellers .tdPhoto img {
	margin-bottom: 4px;
}

.footerText
{
	font-size: 10pt;
	color: #F3F49C;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 57 Condensed', "Arial Narrow", sans-serif;
}



.hoursFooter{
	font-size: 12pt;
	color: #FFFFDD;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.addressFooter{
	font-size: 16pt;
	color: #FFFFDD;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.phoneFooter{
	font-size: 14pt;
	color: #FFFFDD;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.addressHelperFooter{
	font-size: 10pt;
	color: #FFFFDD;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.legal
{
	font-size: 7pt;
	color: #FFFFDD;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 55', helvetica, arial, sans-serf;
}


.couponMonth
{
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.couponHeadline
{
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', "Arial Narrow", helvetica, arial, sans-serf, "Arial Narrow";
}


.couponExpiration
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


.couponLegal
{
	font-size: 7pt;
	color: #555555;
	font-weight: normal;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serf;
}


/*a:link {text-decoration: underline; color:#5F8F3B;}
a:visited {text-decoration: underline; color:#2B4820;}
a:hover {text-decoration: underline; color:#00CC00;}
a:active {text-decoration: underline; color:#A4E617;}
*/

/* Style for HEADER links */
a:link.headerLink {
	text-decoration: none;
	color:#0DDD0D;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}
a:visited.headerLink {
	text-decoration: none;
	color:#53A347;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}
a:hover.headerLink {
	text-decoration: underline;
	color:#FFFF00;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}
a:active.headerLink {
	text-decoration: underline;
	color:#FFFFDD;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}




/* Style for links */
a:link.emailFooter {
	text-decoration: underline;
	color:#FFFF00;
	font-size: 7pt;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}
a:visited.emailFooter {
	text-decoration: none;
	color:#FFFF00;
	font-size: 7pt;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}
a:hover.emailFooter {
	text-decoration: underline;
	color:#00FF00;
	font-size: 7pt;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}
a:active.emailFooter {
	text-decoration: underline;
	color:#FFFFDD;
	font-size: 7pt;
	font-family: 'Univers 57 Condensed', helvetica, arial, sans-serif;
}


/* hidden link */
A.hiddenLink:link {text-decoration: none; color: #000000;}
A.hiddenLink:active {text-decoration: none; color: #000000;}
A.hiddenLink:visited {text-decoration: none; color: #000000;}
A.hiddenLink:hover {text-decoration: underline; color: #004400;}



@media print {
	body {
		background-color: white;
	}
	.noprint {
		display: none;
	}
}

@media screen {
	.noscreen {
		display: none;
	}
}