/*
  Created by Alan Cheney
  Copyright 2008
*/


form { margin: 0; padding: 0; }

table, td, th{  /* overrides the settings in style.css */
	border: 2px solid #FCD99D;
	background-color: #FEEDCF;
}

td {
	text-align: center;
	width: 242px;
	height: 262px;
	padding-top: 2px;
}

.GalleryContainer {
	margin: 20px 10px 30px 23px;
}
.Gallery table {
	padding:24px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*
.centeredBlock {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
}
.centeredBlock select {
	margin:8px 0 0px 0px;
}

#stylized {
	border:solid 2px #C4E063;
	background: #E9F4C6;
}

#stylized h2 {
	color: #444E5E;
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top: 0px;	
}

#stylized .small, .smallinline, .smallrt { 
	color:#444;
	font-size:11px;
	font-weight:normal;
}
#stylized .small { display:block; }
*/