a:hover {  color: #CC0000}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	margin-bottom: 0px;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 135%;
}
.btmln {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.rtlink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFCC66;
}
.largeYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFCC66;
}
#fullScreenPic {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	/* background-color:#FFFFFF; */
	background-color:rgba(0,0,0,0.96);
	z-index: 10;
	overflow: scroll;
	display: none;
	z-index: 90;
}
#fullScreenPic p {
	position: relative;
	width: 70%;
	max-width: 1000px;
	margin: 8px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 135%;
}
#fullScreenContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100%;
	background-color:rgba(0,0,0,0.7);
	z-index: 10;
	display: none;
	z-index: 1;
}
#fullScreenPic img {
	max-width: 96%;
	max-height: 70vh;
	margin: 12px auto;
	display: block;
	z-index: 100;
}
#fullScreenClose {
	position: fixed;
	top: 15px;
	right: 30px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	z-index: 110;
}
#fullScreenClose a {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 5px 15px;
	border: solid 1px #FFFFFF;
}
.picSpacer {
	position: relative;
	height: 50px;
	width: 100%;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #666666;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.openFS {
	cursor: pointer;
}
#photoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#photoTable img {
	margin-bottom: 4px;
}
@media only screen and (max-width: 1000px) {
	#fullScreenPic p {
	width: 90%;
	}
}