#indextable {
	font: 11px Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	letter-spacing: .5px;
	border-collapse: collapse;
	display: block;
	width: 546px;
	padding-bottom: 30px;
}

/*a.title {
	text-decoration:none;
}	*/


td {
	text-align: center;
	height: 200px;
	width: 182px;
	border-top: .1em solid #333333;
	border-right: .1em solid #333333;
	border-bottom: none;
	border-left: .1em solid #333333;
	text-align:center;
}

th {
	text-align: right;
}	

#indextable img {
	border: .1em solid #333;
	margin: 5px;
	width:100px;
	height:150px;
}	

#indextable a {
	/*border: thin solid red;*/
	
}	
	
#indextable p {
	text-align:center;
}	

#indextable caption {
	display: none;
	text-align: right;
}


