p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pgTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: double;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.tdProducts {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.pgLinks {
	font-size: medium;
	font-weight: bold;
}
.pgLinks a:hover {
	color: #FF9900;
	text-decoration: none;
}
.pgLinks a {
	color: #FF0000;
	text-decoration: none;
}
.smlText {
	font-size: x-small;
}
.leftBdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-bottom-style: solid;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.footer a {
	text-decoration: none;
	color: #333333;
}
.footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #000066;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
