/*	----------------------------------------------------------------------
		Definitions for the products page
	----------------------------------------------------------------------	*/

TABLE.Products	{ border: solid, 1px, red }
TABLE.TableData	{ }
TH.Header		{ text-align: center; color: #666; font-weight: bold }
TD.Even			{ vertical-align: top; text-align: justify }
TD.Odd			{ vertical-align: top; text-align: justify }
TD.Footer		{ text-align: right; font-weight: bold; font-style: italic }


LI	{ list-style-type: disc; }
.Title		{ font-weight: bold; padding-bottom: 1em; padding-top: 1em; font-size: 14px; }

