body
{
	font-size: x-small;
	font-family: Verdana;
}



div.ContentBody
{
	height:100%;
	margin:5px;
}


div.ImageThumbnail
{
	border-right: gainsboro 1px solid;
	padding-right: 5px;
	border-top: gainsboro 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 3px;
	border-left: gainsboro 1px solid;
	width: 312px;
	padding-top: 5px;
	border-bottom: gainsboro 1px solid;
	background-color: ghostwhite;
}



span.ImageThumbnailCaptionHeading
{
	font-weight: normal;
	font-size: xx-small;
	color: royalblue;
}

span.ImageThumbnailCaptionText
{
	font-size: xx-small;
	color: dimgray;
}

img.ImageThumbnail
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	text-align: center;
}

hr
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	width:90%;
	text-align:center;
}


