html {
	height: 100%;
	vertical-align: middle;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #D18D3E;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	border: medium solid #000000;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-image: url(bgColor.gif);
	text-align: center;
	padding: 0px;
	margin: 10px;
	border: thin solid #000000;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC9933;
	text-decoration: underline;
}
.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: thin solid #000000;
	background-color: #000000;
}
.galleryCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(bgColor.gif);
	border: none;
}
.galleryCaptionALT {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(bgColorALT.gif);
}
