body{
	font-family: Nesf,Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
}
Table.IT TD {
	border-bottom: 1px solid White;
	vertical-align: top;
	font-size: smaller;
}
Table.Button A{
	border: 1px Solid Gray;
	width: 40px;
	height: 15px;
	overflow: Hidden;
	background-color: Silver;
	color:Silver;
}
A.Button {
	border: 1px Solid Gray;
	width: 40px;
	height: 15px;
	overflow: Hidden;
	background-color: Silver;
	color:Silver;
	
}
A.Button:HOVER {
	background-color: Red;
	color: Red;
}
 A.Button:ACTIVE, A.Buttom:FOCUS {
	border-color: #888888;
}

