:root
{
	--page-body-background-color:	yellow;
	--body-font-family: Arial;
	--page-body-font-size: 7pt;

	--table-thead-background-color: #4C7766;
	--table-data-head-color: yellow;
	
	--table-tr-odd-background-color: #EBE6E9;
	--table-tr-even-background-color: #4C7766;

	--table-data-head-background: #4C7766;
	--table-data-row-odd-background: #EBE6E9;
	--table-data-row-even-background: #4C7766;
	--table-data-row-hover-background: yellow;

	--form-head-background:var(--table-thead-background-color);
	--form-row-odd-background:var(--table-tr-odd-background-color);
	--form-row-even-background:var(--table-tr-even-background-color);

	--menu-item-font-size: 7pt;

	--link-color: yellow;

	--heading-color: black;
	--heading-shadow-color: white;
}

table		{ border-collapse: collapse;}
.mpb tr td 	{ vertical-align:top;}

