BODY {
	background-color : White;
	color : Maroon;
	border : thin solid Black;
	width : 100%;
	margin-bottom : 15px;
	margin-left : 15px;
	margin-right : 15px;
}
.pics {
	width : 90%;
	border-bottom : thick solid Black;
	border-left : thin solid Black;
	border-top: thin solid Black;
	border-right: thick solid Black;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	table-layout : fixed;
	text-align : center;
}
.thumbs {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	border-top : thick solid Black;
	border-left : thin solid Black;
	border-bottom: thin solid Black;
	border-right: thick solid Black;
}
.img {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	border-top : thick solid Black;
	border-left : thin solid Black;
	border-bottom: thin solid Black;
	border-right: thick solid Black;
	width : 200px;
}
TD {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}
TD.right {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
}
TD.left {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
}
Table {
	border : 0;
	vertical-align : middle;
	text-align : center;
	padding : 0;
	margin-left : .5cm;
	margin-bottom : 0;
	margin-right : .5cm;
	width : 95%;
}


