* {
	font-family: 'Open Sans';
	font-size: 18px;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
	color: #353535;
}

* b {
	font-weight: 600;
}

* table {
	border: 0;
	border-spacing: 0;
	padding: 0;
}

* a:link {
		text-decoration: none;
		color: #353535;
}
* a:hover {
		text-decoration: none;
		color: #353535;
		font-weight: 600;
}

* a:visited {
		text-decoration: none;
		color: #353535;
}

h1 {
	font-weight: 800;
	font-size: 1.1em;
}

h2 {
	font-weight: 800;
	font-size: 1.2em;
}

h3 {
	font-weight: 800;
	font-size: 1.3em;
}

h4 {
	font-weight: 800;
	font-size: 1.4em;
}

h5 {
	font-weight: 800;
	font-size: 1.5em;
}

.whiteSpaceNoWrap {
	white-space: nowrap;
	display: inline-block;
}

.top_link:link {
	color: white;
}
.top_link:hover {
	color: white;
	font-weight: 600;
	border-bottom: 2px solid #ffffff;
}
.top_link:visited {
	color: white;
}

.Card {
	border: solid 2px #ffffff;
}

.Card:hover {

}

.CardLink a {
	text-decoration: none;
}

.CardLink a:hover {
	text-decoration: none;
}

.CardLink {
	border: solid 2px #ffffff;
}

.CardLink:hover {
	background-image: url('inc/BackWhite50.png');
	border: solid 2px #9C9C9C;
	cursor: pointer;
}

.ProductIcon {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 15px;
}

.ProductIcon:hover {
	border: solid 2px #9C9C9C;
	cursor: pointer;
}