
body		{ font-family: sans-serif; color: #003366; font-size: smaller }
table		{ border: solid 1px #87A0B4 }

th			{ background-color: #87A0B4; color: white; font-size: 130%; font-weight: normal; padding: 5px 10px }
td			{ padding: 5px 10px }
textarea	{ font-size: smaller }

tr.odd		{ background-color: white }
tr.even		{ background-color: #e0ebf2 }

td.name		{ text-align: right; background-color: #d6e0e7 }
td.value	{ text-align: left; background-color: #d6e0e7 }
td.centered	{ text-align: center; background-color: #d6e0e7 }
.centered	{ text-align: center }
.fullrow	{ text-align: center; background-color: #d6e0e7 }
.right		{ text-align: right }
.alert		{ color: red }

.soldout	{ color: red }
.button		{ color: white; background-color: #87A0B4; padding: 0px 10px 3px 10px; border: solid 1px #87A0B4 }


a:link		{ color: #003366; text-decoration: none; font-weight: bold }
a:visited	{ color: #003366; text-decoration: none }
a:hover		{ color: #001122; text-decoration: none }
a:active	{ color: #001122; text-decoration: none }




