.txt {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	}

#hdg {
	font: bold 18pt Arial;
	color: white;
	padding: 15px;
	}

a img {border-color: #74120D;}

#picbook {
	position: relative;
	left: 5%;
	background: #FFFFFE;
	border: 5px;
	bordercolor: #000000;
	border-style:solid;
	padding: 3%;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 85%;
	text-align: center;
	}

#picbook a {
	font-family: arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #74120D;
	background-color: #FFFFFE; 
	text-decoration: none;
	}

#picbook a:hover {
	font-family: arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFE; 
	background-color: #74120D;
	text-decoration: none;
	}

#back2 {display: block; padding:10px; 	text-align: right;}

#back2 a {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #74120D;
	background-color: #FFFFFE;
	text-decoration: underline;
	}

#back2 a:hover {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #FFFFFE;
	background-color: #74120D;
	text-decoration: none;
	}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 3px;
	padding-bottom: 0;
	background: #000;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12pt Showcard Gothic;
	letter-spacing: 3px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 15px;
	z-index: 5;
	}
