table{background-color: #fff;}
caption
{
	background-color: gold;
	font-size: 150%;
	border-width: thick;
	border-style: outset;
} 
tr.hdr{background-color: gold;} 
th.mt {width: 2em; text-align: center}
table.mt
{
	border-width: thick;
	border-style: outset;
	background-color: gray;
	background-image: url(images/Marble.gif);
	border-color: inherit;
	background-repeat: repeat;
	border-collapse: collapse;
}
table.mt th, table.mt td
{
	border: thin solid;
}

#Timespan {
	border: thin solid;
	border-collapse: collapse;
}
#Timespan th,  #Timespan td{
	border: thin solid;
	text-align: center;
}
#Timespan thead.hdr {
	width: 2em;
}
#Timespan td {
	font-size: smaller;
}
#Timespan td.ia {
	background-color: #CCC
}
#Timespan tr.b1 {
	background-color: #F8F8F8
}
#Timespan tr.b2 {
	background-color: #EEF
}
#Timespan tr.b1 td, #Timespan tr.b2 td {
	border-right: thick;
	border-left: none;
}
#Timespan td.a {
	background-color: #00ff00;
}
th.mem
{
	background-color: #008;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
td.Y {
	background-color: #00ff00;
	text-align: center;
}
td.N {
	text-align: center;
}
td.P {
	text-align: left;
}
span.member
{
	background-color: gold;
	font-weight: bold;
}
#Members table
{
	border: medium solid;
	border-collapse: collapse;
}
#Members table td
{
	border: thin solid;
}
