body,td,th
{
	font-size:80%;
	line-height:120%;
	color: #333333
}

a:link {
	text-decoration : underline;
	color : #000077
}
a:visited {
	text-decoration : underline;
	color : #000077
}
a:hover {
	text-decoration : underline;
	color : #DF4332
}
a:active{
	text-decoration : underline;
	color : #DF4332
}

div.item
{
/*	background-color	: #eeeeee; */
	float				: left;
	margin				: 5px;
	padding				: 3px;
	position			: relative;
/*
	text-align			: left;
*/
	text-align			: center;
	border				: 1px solid #333333;
/*
	height				: 210px;
*/
	height				: 180px;
	width				: 150px;
}

div.item a
{
/*
	margin				: 4px;
	background			: #DFDFDF;
	border				: 1px solid #333333;
	display				: block;
	width				: 140px;
*/
	text-decoration : none;
}

div.item a:hover
{
/*
	background			: #FFFFFF;
*/
}

div.thumb
{
	height				: 120px;
	width				: 140px;
	text-align			: center;
/*	border				: 1px solid #333333; */
}

