@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 30px;
	font-style: oblique;
	font-weight: bold;
	color: #9F9F9F;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-style: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.copyright {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	margin-top: 25px;
	margin-left: 0px;
	padding-top: 5px;
	position: absolute;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.GalleryImage {
	border: 2px solid #000;
}
.floatleft {
	clear: right;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
}
.floatright {
	float: right;
}
.PictureCaption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: relative;
}
