body {
	font-family: 'Segoe UI', Verdana, sans-serif;
	color: black;
	
	font-size: 9px;
}

h1, p, td {
	font-size: 11px; line-height: 20px;	
}

.Navigation {
	border-spacing: 3px;
	font-size: 10px;
}

.Navigation .Black {
/*	width: 160px; */
	background-color: black;
	text-align: center;
	
	color: white;
	font-weight: bold;
	padding: 1px 1em 2px 1em;
}

.Navigation .Black:hover {
	color: black;
	background-color: #FC9200;
}

.Navigation .Black:hover a {
	color: black;
}

.Navigation td a {
	color: white;
	
}

.Navigation td a:hover {
	color: white;
}

.Products {
	font-size: 11px;
}

.Products td {
	 vertical-align: top;
}
