/* CSS Document */

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF3300;
	font-weight: bolder;
}
.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

.productImage {
	border: medium solid 009175;
}
.ProductLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: 009175;
	text-decoration: none;
	text-align: center;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: 009175;
	text-align: center;
	text-decoration:none;
}
.footer  a {
	color: 009175;
	text-decoration:none;

}
.footer  a:hover {
	color: 009175;
	text-decoration:underline;

}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: 009175;
	text-decoration: none;
	text-align: center;
}
.nav a{
	color: 009175;
	text-decoration: none;
}
.nav a:hover{
	color: 009175;
	text-decoration:underline;
}
