body {
	background: #FBFFC5;
	color: #000000;
}
table.outside {
	border: 1px solid #cccccc;
	background-color: white;
}
td#headerimg {
	background-image: url(img/header.gif);
	background-color: #A9D19C;
	background-repeat: no-repeat;
	height: 130px;
}
p, td {
	font-family: arial, sans-serif;
	font-size: 12px;
}
td#topad {
	background: url(img/bar.jpg) no-repeat left;
	height: 25px;
	text-align: center;
	margin-top: 2px;
	padding-top: 2px;
}
td.title {
	background: url(img/menu.jpg) no-repeat center;
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	height: 27px;
}
h1 {
	font-family: 'times new roman', serif;
	font-size: 30px;
	color: red;
	margin-top: 10px;
	text-align: center;
}
.content {
	padding: 5px;
	border-left: 1px solid #cccccc;
}
.copyright {
	background-color: #A9D19C;
	color: black;
	text-align: center;
}
.floatleft {
	float: left;
	margin: 5px;
}
.products {
        font-weight: bold;
}
