.productheader
{
	font-size: 14px;
	color: 005a42;
	font-weight: 700;
}

.productlist
{
	list-style-image: url(images/listimage.gif);
	list-style-position: outside;
}

a
{
	color: #005a42;
	font-weight: 700;
	text-decoration: none;
}

a:hover
{
	color: #aebdb5;
	font-weight: 700;
	text-decoration: none;
}

body, table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, select, textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
}

li
{
	padding: 5px;
	list-style-image: url(images/listimage.gif);
	list-style-position: outside;
}