.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.tableHeader {
	font-weight: bold;
}
.productHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link {
	color:#944996;
	font-weight:bold;
}
a:visited {
	color:#944996;
	font-weight:bold;
}
a:active {
	color:#944996;
	font-weight:bold;
}
a:hover {
	color:#944996;
	font-weight:bold;
}
.delete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px none #990000;
	font-weight: bold;
	padding-left:3px;
	padding-right:3px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}.bold {
	font-weight: bold;
}
.req {
	border: 1px solid #E6A2A2;
}
.reqText {
	color: #D66565;
}

