﻿body 
{
	background-color:White;
	text-align:center;
	vertical-align: top;
}

table.tblLargePic
{
	table-layout:fixed; width:820px; border-collapse:collapse;
		
}


tr.picRowTop{width:820px;}
tr.picRowBottom{width:820px; height:40px; border-bottom: solid thin black;}
td.picCell{width:644px; padding:0; border:solid thin black; }
td.capCell{width:176px; padding:.5em; text-align:left;border:solid thin black; }
td.bigPicture{}
td.caption{}
p.smallCap{}
p.hide{display:none}
p.largeImgCap{color:Black}

table.tblGallery
{
	table-layout:fixed;
	width:900px;
	border-top:solid thin blue;
	border-bottom:solid thin blue;
	border-left:solid thin blue;
	border-right:solid thin blue;
	border-collapse:collapse;
	padding:1em;
	text-align:center;
}
td.tdGallery
{
	width:180px;
	border-left:solid thin blue;
	border-right:solid thin blue;
	border-top:0;
	border-bottom:solid thin blue;
	text-align:center;
	vertical-align:text-top;
	padding-top:6px;
	padding-left:.5em;
	padding-right:.5em;
	padding-bottom:.5em;
}
th.thGallery{ text-align:center; border-bottom:solid thin blue}
img.largeImg{float:left; display:none; width:640px; height:480px;}
img.thumbnail{padding:.5em}
	