* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;

}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#595959;
	font-size:2.3em;
	line-height: 1.5em;
	}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#fcb033;
	font-size:1.5em;
	line-height: 1.5em;
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:lighter;
	font-size:1.3em;
	line-height: 1.5em;
	}
p{
	padding-bottom:10px;
	}

a {
	font-size: inherit;
	color: #0074C6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background: #ccc;
}
.productListItem a, .productListItem a:visited{
	font-size: inherit;
	color: #595959;
	text-decoration:none;
		font-size:1.2em;
		font-weight:bold;
}

.footerNav a, .footerNav a:visited{
	
	font-size: inherit;
	color: #595959;
	text-decoration:none;
		font-size:1.2em;
		font-weight:bold;
	}
.productListItem a:hover{
	text-decoration:underline;
		}
.footerNav a:hover{text-decoration:underline;}

a img {
	border-style: none;
}
