/* main body style */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	background-color: #716a50;
	color: #ffffff;
}

table {
	background-color: #8f8c7a;
	width: 100%;
}

table.invis {
	background-color: #716a50;
	padding: 0px;
	width: 800px;
}

table.outset {
	border-width: 1px;
	border-top-color: #b6b29b;
	border-left-color: #b6b29b;
	border-bottom-color: #59574c;
	border-right-color: #59574c;
	border-style: solid;
}

td {vertical-align: top;}
th {vertical-align: top;}

td.inset {
	border-width: 1px;
	border-right-color: #b6b29b;
	border-bottom-color: #b6b29b;
	border-top-color: #59574c;
	border-left-color: #59574c;
	border-style: solid;
}

th.prod_info {
	text-align: right;
}

td.date {text-align: right;}

h1 {
	margin-top: 50px;
	margin-left: 10px;
	letter-spacing: 6px;
}

h2 {
	margin-left: 20px;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

img {border: 0px;}

a:link {color: #eadbb7;}
a:visited {color: #eadbb7;}
a:hover {color: #f3af0a;}
a:active {color: #f3af0a;}
