@import url('hrefs.css');
@import url('header.css');
@import url('footer.css');

body { margin: 10px; }
form { margin: 0px; }

body, div, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

.homePageBG {
	background-color: #E3E3C3;
}

.homeFeatures {
	background-color: #E3E3C3;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 12px;
	font-weight: bold;
	font-size: 14px;
}

.homeFeatureDesc {
	background-color: #E3E3C3;
	padding-left: 14px;
	font-size: 12px;
	font-weight: normal;
}

p.catPath {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333333;
}

p.prodPrice {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

p.prodTitle {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

p.prodDesc {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

p.itemNum {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333333;
}

.MastHead {
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-style:	italic;
}

p.sciLinks {
	margin-top: 2px;
	margin-left: 12px;
	margin-bottom: 0px;
	font-size: 12px;
}

p.sciLinksHead {
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 0px;
	font-size: 14px;
}