.productname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;

}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7FBA00;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.smallest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	word-spacing: normal;
}

/* ========================================================================================= */
/* NAVIGATION and LINKS */
/* ========================================================================================= */

a {
	text-decoration: underline;
	color: #3C3E2F;

}
a:hover {
	text-decoration: none;
}
a.medium:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.medium:hover {
	text-decoration: none;
}

a.mediumwhite {
color: #ffffff;
}

a.mediumwhite:hover {
text-decoration: none;
}

.nav {
	color: #000000;
	width: 150 px;
	height: 24 px;
	display:block;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	font-weight: normal;
	border: thin none;
	left: auto;

}
.nav:hover {
	text-decoration: none;
	background-color: #F9F9F2;
	border: thin none;

}
.navon {
	color: #000000;
	width: 150 px;
	height: 24 px;
	display:block;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	font-weight: normal;
	border: thin none;
	left: auto;
	background-color: #F9F9F2;


}
.navon:hover {
	text-decoration: none;
	background-color: #F9F9F2;
	border: thin none;

}
.subnavg {
	color: #000000;
	width: 150 px;
	height: 20 px;
	display:block;
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	font-weight: normal;
	border: thin none;
	left: auto;
	background-color: #F9F9F2;


}
.subnavg:hover {
	text-decoration: none;
	background-color: #BFDC80;
	border: thin none;

}
.subnavgon {
	color: #000000;
	width: 150 px;
	height: 20 px;
	display:block;
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	font-weight: normal;
	border: thin none;
	left: auto;
	background-color: #BFDC80;

}
.subnavs {
	color: #000000;
	width: 150 px;
	height: 20 px;
	display:block;
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	font-weight: normal;
	border: thin none;
	left: auto;
	background-color: #F9F9F2;


}
.subnavs:hover {
	text-decoration: none;
	background-color: #F7C088;
	border: thin none;

}
.subnavson {
	color: #000000;
	width: 150 px;
	height: 20 px;
	display:block;
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	font-weight: normal;
	border: thin none;
	left: auto;
	background-color: #F7C088;

}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5A5C47;
}
a.credits:link {
	text-decoration: underline;
	color: #5A5C47;
}
a.credits:hover {
	text-decoration: none;
}
