body {
	font-family: Arial;
	font-size: 12px;
	background-color: #000000;
}

a:link {
	color: #596D07;
}
a:visited {
	color: #596D07;
}
a:hover {
	color: #596D07;
}
a:active {
	color: #596D07;
}

.productHead {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.productHeadBlack {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.productHeadGreen {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #5F8409;
}

.productSubHeadGreen {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #6F9A0A;
}

.normalHead {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.normalText {
	font-family: Arial;
	font-size: 12px;
}

.normalTextGreen {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #5F8409;
}

.normalTextWhite {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.smallText {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.angryText {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
}