@CHARSET "UTF-8";
table#getlist{
	table-layout	: fixed;
	width			: 100%;
	border-collapse : separate;
	border-spacing	: 1px;
	border-width	: 1px;
	border-style	: solid;
	border-color	: #666;
}
#getlist th, #getlist td{
	padding			: 5px;
	border-width	: 0 1px 1px 0;
	border-style	: solid;
	border-color	: #999;
	font-size		: 10pt;
}
.name{
	width			: 120px;
}
.brand{
	width			: 120px;
}
.month{
	width			: 60px;
	text-align		: center;
}

th.y2008{
	background-image: url('../img/bg6.gif');
}

td.y2008{
	background-color: #f0dcdc;
}	