body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
td,p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#webbody, #webbody p, #webbody li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color: rgb(183,22,0);
	text-decoration: none;
}
a:hover {
	color: rgb(183,22,0);
	text-decoration: underline;
}
.DarkRedText {
	font-family: Arial, Times, serif;
	font-size: 13px;
	color: rgb(120,40,0);
	font-weight: bold;
	text-decoration: none;
}
.largeRedText {
	font-family: Arial, Times, serif;
	font-size: 16px;
	color: rgb(251,75,0);
	font-weight: bold;
	text-decoration: none;
}
a.largeRedText:link, a.largeRedText:visited {
	font-family: Arial, Times, serif;
	font-size: 16px;
	color: rgb(251,75,0);
	font-weight: bold;
	text-decoration: none;
}
a.largeRedText:hover {
	font-family: Arial, Times, serif;
	font-size: 16px;
	color: rgb(251,75,0);
	font-weight: bold;
	text-decoration: underline;
}
.largeBlackText {
	font-family: Arial, Times, serif;
	font-size: 15px;
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(197,197,197);
	text-decoration: none;
}
a.copyright:link, a.copyright:visited {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(197,197,197);
	text-decoration: none;
}
a.copyright:hover {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: rgb(197,197,197);
	text-decoration: underline;
}
#productTable td {
	border: solid 1px rgb(0,0,0);
}