<!-- -->
BODY			{
				color				: black;
				background-color	: white;
				}

DIV.Menu		{
				position			: absolute;
				width				: 100%;
				}

A.Sub			{
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				font-size			: 12px;
				text-decoration		: none;
				color				: blue;
				}

A.Entry			{
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				font-size			: 12px;
				text-decoration		: none;
				color				: black;
				}


<!-- -->
TABLE.panel		{
				border-collapse		: collapse;
				border-width		: 1px;
				border-style		: solid;
				border-color		: #CCCCCC;
				white-space			: nowrap;
				}

TH.panelHeader	{
				border-width		: 1px;
				border-style		: solid;
				border-color		: #CCCCCC;
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				text-align			: center;
				vertical-align		: middle;
				white-space			: nowrap;
				color				: black;
				background-color	: #00DDCC;
				}

TD.panelEven	{
				border-width		: 1px;
				border-style		: solid;
				border-color		: #CCCCCC;
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				vertical-align		: middle;
				white-space			: nowrap;
				color				: black;
				background-color	: #00BBCC;
				}

TD.panelOdd	{
				border-width		: 1px;
				border-style		: solid;
				border-color		: #CCCCCC;
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				vertical-align		: middle;
				white-space			: nowrap;
				color				: black;
				background-color	: #00CCCC;
				}

<!-- -->
TABLE.actions	{
				}

TD.action		{
				border-width		: 1px;
				border-style		: solid;
				border-color		: #CCCCCC;
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				}

<!-- -->
TABLE.footer	{
				width				: 100%;
				min-width			: 100%;
				max-width			: 100%;
				}

TD.footerLeft	{
				border-width		: 0px;
				<!-- border-style		: solid;-->
				<!-- border-color		: #CCCCCC;-->
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				width				: 50%;
				text-align			: left;
				vertical-align		: middle;
				white-space			: nowrap;
				color				: black;
				background-color	: white;
				}

TD.footerRight	{
				border-width		: 0px;
				<!-- border-style		: solid;-->
				<!-- border-color		: #CCCCCC;-->
				font-family			: serif,sans-serif,cursive,fantasy,monospace;
				width				: 50%;
				text-align			: right;
				vertical-align		: middle;
				white-space			: nowrap;
				color				: black;
				background-color	: white;
				}
