body
{
	background-image: url('stone.png');
}

table, tr
{
	/*border-spacing: 10px;*/
	border-style: none;
	border-width: 0px;
	background-color: transparent;
	font-family: arial;
	font-size: 13;
}

td
{
	border-style: solid;
	border-width: 2px;
	border-color: 000000;
	background-color: transparent;
	vertical-align: top;
	background-image: url('bg.png');
}

td.header
{
	padding: 1px 2px 1px 2px;
	border-style: none;
	border-width: 0px;
	background-image: url('TitleSmall.png');
	background-color: transparent;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	font-size: 18;
	color: ffffff;
}

td.left
{
	font-weight: bold;
	vertical-align: top;
}

table table
{
	border-spacing: 0px;
}

table table td
{
	padding: 1px;
	border-style: none;
	border-width: 0px;
	background-color: transparent;
	vertical-align: top;
	background-image: none;
}