TABLE.press {
	width: 100%;
	border: 2px solid #A45B29;
}
TABLE.press TH{
	font-size:8pt;
	font-weight: bold;
	border: 1px solid gray;
}
TABLE.press TH A{
	display: block;
	width:100%;
	text-decoration: none;
}
TABLE.press TH A:hover{
	background-color: #F4EEEA;
}

TABLE.press TR#on TD.r0{

	background-color: #A45B29;
	color: white;
}
TABLE.press TR#on TD.r1{
	background-color: #A45B29;
	color: white;
}
TABLE.press TR#off TD.r0{

}
TABLE.press TR#off TD.r1{
	background-color: #F4EEEA;
}
TABLE.press TD {
	cursor: hand;
}
