body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a:link {
	color: #999966;
}
a:visited {
	color: #999966;
}
a:hover {
	color: #999966;
}
a:active {
	color: #999966;
}

.content {
	background-image: url(images/watermark.gif);
	background-repeat: repeat-y;
	height: 295px;
	padding: 25px;
}

.productimage {
	border-color: #CCCCCC;
	border-width: 1px;
}

.header {
	font-size: 24px;
	color: #999966;
	font-weight: bold;
}

.headersm {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.price {
	font-size: 16px;
	color: #999966;
	font-weight: bold;
}

.smtext {
	font-size: 10px;
}

.tableheader {
	background-color: #cecece;
	color: #ffffff;
	font-weight: bold;
}

.red {
	color: red;
	size: 12px;
}