/**
 * header fonts
 */

.headerMenu {
	color : #0D5598;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.headerCart {
	color : #004040;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/**
 * footer fonts
 */

.footerMenuText {
	color : #808080;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}

.footerText {
	color : #808080;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 9px;
}