table.lists{
	border-collapse: collapse;
	background: #ffffff;
	padding: 0px 0 0 0; 
	font: 11px Tahoma, Arial, sans-serif; 
	line-height: 1.7em;  
	color: #454545;
}

table.lists td, th {
	border: 1px solid #ccc;
	padding: 2px;
}

table.lists th {
	background: #fff url(../images/bgtable2.gif) repeat-x;
}
table.lists tr {
	background: #fff url(../images/bgtable.gif) repeat-x;
}
table.lists tr:hover {
	background: #fff url(../images/bgtable2.gif) repeat-x;
}
table.lists td.center{
	text-align: center;
}
table.lists td.right{
	text-align: right;
}
table.lists td.pct{
	text-align: center;
	color: #00f;
}
table.lists td.num{
	text-align: center;
	color: #000;
}
table.lists td.txt_blue {
	color: #00f;
}
table.lists td.txt_red {
	color: #f00;
}
table.lists td.pri1 {
	color: #00f;
	background: #ff0;
}
table.lists td.select {
	color: #00f;
	background: #fff url(../images/bgtable2.gif) repeat-x;
}
table.lists a{
	
	font: 11px Tahoma, Arial, sans-serif; 
	text-decoration: underline;	
}
table.lists a:hover{
	text-decoration: underline;
}

