body {
	background-color: #ECECEC;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
h1 {
	line-height: 75%;
	color: #8B0000;
	background-color: White;
}
h2 {
	line-height: 50%;
	font-size: 18px;
	color: #8B0000;
	background-color: White;
}
h3 {
	color: #8B0000;
	background-color: White;
}
h4 {
	color: #8B0000;
	background-color: White;
}
h5 {
	color: #8B0000;
	background-color: White;
}
h6 {
	color: #8B0000;
	background-color: White;
}
div.page {
	width: 100%;
	text-align: center; 
	padding-top: 50px;	
}
div.frame {
	width: 760px;
	background: White; 
	border-style: solid;
	border-width: 2px;
}
div.top {
	text-align: center;
	vertical-align: middle;
}
div.navbar {
	background: #B4B4B4;
	text-align: left;
	font-weight: bolder;
	font-size: 12px;
	padding: 2px 2px 2px 5px;
	}
div.content {
	text-align: left;
	padding: 10px;
	padding-top: 0px;
	font-weight: 500;
	font-size: 14px;
	}
div.navbar a {
	color: #8B0000;
	text-decoration: none;
}
div.navbar a:hover {
	text-decoration: underline;
}
table.product {
	width: 100%;
}
p.center {
	text-align: center;
}
