body {
	background-image: url(background2.png);
	background-color: rgb(247,247,247);
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	color: rgb(0,72,35);
}
h3 {
	font-weight: normal;
	font-size: 14pt;
}
h3.construction {
	font-size: 14pt;
	color: rgb(20,20,255);
	background-color:rgb(255,220,0);
}
table {
	border-width: 3px;
	border-style: solid;
	border-color: rgb(5,102,54);
}
table.products {
	border-width: 0px;
}
table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: rgb(5,102,54);
	background-color: rgb(247,247,247);
}
table td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: green;
	background-color: rgb(247,247,247);
}
table td.center {
	text-align: center;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: green;
	background-color: rgb(247,247,247);
}
a {
	color: rgb(90,90,255);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: rgb(255,255,255);
	background-color: rgb(5,122,74);
}
td {
	background-color: rgb(247,247,247);
	font-size: 11pt;
	align: left;
}
td.products {
	border-width: 0px;
	background-color: rgb(247,247,247);
	font-size: 11pt;
	text-align: center;
}
img.logo {
	height: 50px;
	border: none;
}
