html, body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}

.photo{
	border: 1px solid black;
}

.strong{
	font-weight: bold;
}

.darkred{
	color: #7D0000;
}

.strongred{
	color: #7D0000;
	font-weight: bold;
}

.smaller{
	font-size: 75%;
}

.ImageGalleryBox, .VideoGalleryBox{
	display: inline;
}

.ImageGalleryContainer img, .VideoGalleryContainer img{
	margin: 3px 4px 3px 4px;
}

a, a:link, a:visited, a:hover{
	color: #2D6EC8;
}

ul.redlist{
	list-style-image: url('images/red_bullet_small.gif');
}

.InvisibleCaption {
	display: none;
/*	font-size: 0em; */
}
