﻿table		{
		margin: 0;
		padding: 0;
		line-height: 1.4em;
		border-collapse: collapse;
		/* border: 4px solid #e5ccd0; */
		/* color: #ca2f2f; */
		}
		
thead		{
		color: #000000;
		background: #ca2f2f;
		}
		
thead tr th	{
		padding: 4px 8px 4px 8px;
		}

/*		
thead th	{
		border: 4px solid #e5ccd0;
		}
*/

tfoot		{
		background: #fff;
		}
		
tfoot tr td, tfoot tr th, tbody tr td	{
		padding: 4px;
		}

/*		
tbody tr	{
		border: 4px solid #e5ccd0;
		}
*/

