body, p, td, th, ul, li {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}

/* text styles */

h1 {
color: #921376;
font-size: 16px;
margin-top: 0px;
}

h2 {
color: #921376;
font-size: 14px;
}

h3 {
color: #921376;
font-size: 12px;
}
/* default link styles */
a {
	font-weight: bold;
}

a:link {
	color: #921376;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
color: #921376;
}
a:hover {
	text-decoration: underline;
	color: #efae37;
}
a:active {
	text-decoration: none;
	color: #921376;
}

.message {
	color: #921376;	
}


.headtext {
	font-weight:bold;
	font-size: 14px;
}

/* backgrounds */
.bg1 {
	background-color: #fdf3e3;
}
.bg2 {
	background-color: #ffffff;
}

.producttable tr {
	border-bottom: 1px solid #cccccc;
}

.producttable td { border-bottom: 1px solid #cccccc; }
