body {
	font-family: Georgia, Helvetica, sans-serif;
	color: #006600;
}

a {
  color: #006600;
  text-decoration: none;
}

a:hover {
  color: #006600;
  text-decoration: underline;
}

img {
	border: 0px;
	padding: 0px;
}
	
h1 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #006600;
	font-variant: small-caps;
	line-height: 36px;
	margin: 0px;
}

h2 {
	font-size:24px;
	text-align: center;
}

h3 {
	font-size:16px;
	text-align: left;
	padding-left: 10px;
}

.gradient {
	background-image: url(../../../images/gradient.png);
	background-repeat:repeat-x;
}

.gradient-bottom {
	background-image: url(../../../images/gradient-bottom.png);
	background-repeat:repeat-x;
}

.border {
	border-bottom: 2px solid #006600;
	padding-left: 15px;
	line-height: 20px;
}		

.border-right {
	border-right: 2px solid #006600;
}		

.productborder {
	border: 1px solid #006600;
}		



p, li {
	padding-left: 10px;
	color: #000000;
	font-size: 16px;
}

.producttext {
	padding-left: 110px;
}

.producttext2 {
	padding-left: 10px;
	border-bottom: 1px solid #006600;
}

.date {
	padding-left: 10px;
	color: #000000;
	font-weight: normal;
}		