/* Main Selectors */


a, a:visited {
	background-color: transparent;
	color: #0000FF;
}



/* Header */


div#header p {
	font-family: Monotype Corsiva, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 20pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
	
	
/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
	
}

div#index table {
	text-align: center;
	
}

div#index td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 140px;
	
}

div#index td.thumbcell img {
	border-style: none;
	text-align: center;
	vertical-align: middle;
	height: 135px;
	width: 135px;
}

