@charset "utf-8";
.Category-Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #2F4581;
}
.bodyText  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
.prod-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F4581;
}
a:link {
	color: #7A8EC1;
}
a:visited {
	color: #7A8EC1;
}
a:hover {
	color: #A4B1D5;
}
a:active {
	color: #F5BF07;
}
