*{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
.last_min{
	width: 100%;
	height: 100%;
}
.last_min *{
	font: 100 9pt/20px Arial;
}
.last_min td{
	padding: 0px 3px;
}
.last_min .header{
	background: #CD0000;
	text-align: right;
	height: 21px;
}
.last_min .header *{
	font: 700 9pt/21px Arial;
	color: #FFF;
}
.last_min .even{
	background: #FFF;
	height: 20px;
}
.last_min .odd{
	background: #F0F0F0;
	height: 20px;
}