.GalleryTitle,
.GalleryTitle A,
.GalleryTitle A:link,
.GalleryTitle A:visited,
.GalleryTitle A:active,
.GalleryTitle A:hover {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #27347C;
	text-transform: uppercase;
}
.GalleryImage {
	text-align: center;
	height: 170px;
	vertical-align: middle;
}
.GalleryImage IMG {
	width: 200px;
	vertical-align: middle;
}
.GalleryDate {
	font-size: 10px;
	text-transform: italic;
	margin-bottom: 3px;
	text-align: center;
}

.GalleryOdd,
.GalleryEven {
	display: block;
	float: left;
	width: 260px;
	height: 240px;
	margin: 4px;
	padding: 3px;
	border: double 4px #254418;
}
.GalleryOdd {
	background: #FFFFFF;
}
.GalleryEven {
	background: #FFFFFF;
}



.GalleryRowOdd {
	border: solid 1px #27347C;
	background: #FFFFFF;
	margin-bottom: 8px;
}
.GalleryRowEven {
	border: solid 1px #27347C;
	background: #FFFFFF;
	margin-bottom: 8px;
}

.GalleryPageJump {
	border-bottom: solid 1px #464646;
	margin-bottom: 8px;
}
.GalleryPageTitle {
	font-size: 24px;
	color: #27347C;
	font-weight: bold;
}
.GalleryPageDate {
	font-size: 10px;
	text-transform: italic;
}

.GalleryPageImage {
	width: 250px;
	text-align: center;
}
.GalleryPageImage IMG {
	width: 225px;
}
.GalleryPageImageTitle {
	color: #27347C;
	font-weight: bold;
}
.GalleryPageImageDescr {
	width: 100%;
}
.GalleryPageImageDate {
	font-size: 10px;
	text-transform: italic;
}