body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: White;
	color: Black;
}

a {
	color: Red;
	text-decoration: underline;
}
a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}

h1 {
	display: block;
	font-size: 20px;
}

h2 {
	display: block;
	font-size: 16px;
}

h3 {
	display: block;
	font-size: 14px;
}

.Products {
	font-size: 12px;
}

.small_text {
	font-size: 11px;
}

#HeaderTable {
	background-color: transparent;
}

#HeaderTable a:hover,
#HeaderTable a,
#HeaderTable a:focus {
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

#ContentTable {
	background-color: transparent;
	font-size: 12px;
}

#FooterTable {
	background-color: transparent;
	font-size: 10px;
}
