@charset "utf-8";
/* CSS Document */

body {

}

img {
	border:none;
}
form {
	margin:0px;
	padding:0px;
	border:0px;
}
/* IE */
textarea {
	overflow: auto;
}
/* non-IE */
teatarea[message] {
	overflow: inherit;
}
.h1 {
	font-size:15px;
	font-weight:bold;
	color:#660001;
}
.label {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.p {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.item {
	font-size:10px;
	font-weight:normal;
	color:#efe6b7;
}
a.link:link, a.link:visited {
	color:#660001;
	font-weight:bold;
	text-decoration:underline;
}
a.link:hover {
	color:#660001;
	font-weight:bold;
	text-decoration:none;
}
a.itemLink, a.itemLink:link, a.itemLink:visited {
	font-size:10px;
	font-weight:normal;
	color:#660001;
	text-decoration:underline;
}
a.itemLink:hover {
	font-size:10px;
	font-weight:normal;
	color:#660001;
	text-decoration:none;
}
img.rollover {
	width:161px;
	height:280px;
}
img.rollover:hover {
	width:382px;
	height:560px;
}
.inputText {
	background-color:#917b3e;
	border:none;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	width:150px;
	height:16px;
}
.inputTextarea {
	background-color:#917b3e;
	border:none;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	width:240px;
	height:115px;
}

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

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #000000; }
.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:visible; border:1px solid #000000;
  margin:-1px 0 0 -1px; }
  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; }

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

/* End Photo-Caption Zoom CSS */