/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FF0000;
	line-height: 18px;
	padding: 3px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-bottom-color: #200046;
	border-color: #6C0076;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #060000;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
	padding: 8;
	width: 160px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	padding-top: 13px;
	outline-color: #FFFFFF;
	outline-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
.horizontalbar {
	border: thin solid #FFFFFF;
}



.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	display: block;
	padding: 8;
	width: 160px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	padding-top: 13px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}



<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

</style>

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r {
	float:none;
	margin-left:10px;
	direction:rtl;
	border: 0;
	display: block;
}
  html>/**/body .PZ3-r {
	position:relative;
	overflow: auto;
	visibility: inherit;
}

.PZ3zoom {
	direction: inherit;
	cursor: default;
}
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover {
	position:absolute;
	z-index:999;
	padding:0;
	background:none;
	cursor:default;
	height:auto;
	width:auto;
	overflow:hidden;
	border:1px solid #369;
	margin:-1px 0 0 -1px;
	direction: rtl;
	display: block;
	visibility: inherit;
	white-space: normal;
	float: inherit;
	left: auto;
	right: auto;
	table-layout: auto;
}
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr {
	display:block;
	padding:2px 5px;
	cursor: default;
}

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */ 
