#table
{
	border-collapse:	collapse;
	border:				1px solid #666;
	font-size:			11px;
	text-align:			center;
}

#table caption
{
	text-align: 	center;
}

#table th, td
{
	padding:	0.4em 1em;
}

#table col
{
	border-right:	1px solid #ccc;
}

#table col#last
{
	border-right:	none;
}

#table thead
{
	font-weight:		bold;
	font-size:			11px;
	background-color:	#dee;
}

#table .odd
{
	background-color:	#eee;
}



