/* CSS Document */

/* Default CSS Stylesheet for a new Web Application project */

/* Elements */

.zzEcomFooterEmail
{
	font-size: 11px;
	font-family: Verdana, san-serif;
	color: #336666;
	line-height: 120%;
	font-weight: bold;
}

.zzEcomFooterEmail:hover
{
	font-size: 11px;
	font-family: Verdana, san-serif;
	color: #FF9900;
	line-height: 120%;
	font-weight: bold;
	text-decoration: underline;
}

.zzEcomSpecialCats
{
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9px; /* Font Size */
	color: #333333; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: smallcaps; /* FontStyle */
	text-decoration: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}
