@CHARSET "UTF-8";
A:link {
	color: white;
	text-decoration: none;
}

A:visited {
	color: white;
	text-decoration: none;
}

A:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: white;
	text-decoration: underline;
}

.mainBody {
	background-color: gray;
}

.mainBodyHeading {
	color: white;
}

.mainBodyTitle {
	font-size: x-large;
	font-weight: bold;
}

.navigationPanel {
	width: 150px;
	font-size: large;
	color: white;
	border-right: thin solid white;
}

.subjectTitle {
	font-size: x-large;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.subjectFrame {
	width: 800px;
	height: 1200px;
	border: none;
}

.imageGallery {
    background-color: white;
    width:100%;
}

.imageCenterpiece {
	height: 360px;
}

.imageTitle {
    font-size: large;
    font-weight: bold;
}

.imageDescription {
}

.thumbnailSet {
	border: 1px solid gray;
}

.thumbnail {
	padding: 2px;
}

.thumbnailHint {
	font-size: small;
}

.thumbnailCaption {
	font-weight: bold;
	text-decoration: underline;
}

.introPanel {
    background-color: white;
    width: 100%;
	height: 100%;
}

.introCaption {
    font-weight: bold;
    text-decoration: underline;
}

iframe.introFrame {
	width: 100%;
	height: 300px;
	border: none;
}

.statementPanel {
	background-color: white;
}

.newsPanel {
	background-color: white;
}
