<!--
body{ 
	background: #D7E5EC;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 13px;
	margin: 0; 
	color: white;
	}
h1{
	font-weight: bold;
	font-size: 16px;
	color: #D7E5EC;
	margin-bottom: 5px;
}
h2{
	font-weight: bold;
	font-size: 14px;
	color: #D7E5EC;
	margin-bottom: 0px;
}
table, tr, td{
	border-collapse: collapse;
	margin: 0; padding: 0;
	font-size: 13px;
}
img{
	border:0;
}
div.copy{
	font-size: 10px;
	color: gray;
}
div.copy a{
	color: gray;
	text-decoration: none;
}
td.shoefixlogo{
	background: url('../images/shoefixlogo.jpg') center no-repeat;
}
table.environtable{
	background: white;
	border: 2px solid #69A4DC;
	margin: 5px; padding: 5px;
	color: #073D8D;
	font-size: 12px;
	font-style: italic;
}
.environtable h2{
	color: #073D8D;
}
a:link{
	color: #D7E5EC;
	font-weight: bold;
}
a:visited{
	color: #D7E5EC;
		font-weight: bold;
}
-->