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

.simpleGalleryBdr {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.mainTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #685c4e;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #fff;
}
.blueItalic {
	font-family: "Times New Roman", Times, serif, Garamond;
	font-size: 16px;
	font-style: italic;
	color: #75cbd8;
}
.whiteItalic {
	font-family: "Times New Roman", Times, serif, Garamond;
	font-size: 16px;
	font-style: italic;
	color: #fff;
}.picBdr {
	border: 1px solid #685c4e;
	padding: 3px;
}
.newlink a:link {
	text-decoration:none;
	color:#685c4e;
}
.newlink a:visited {
	text-decoration:none;
	color:#685c4e;
}
.newlink a:hover {
	text-decoration:underline;
	color: #75cbd8;
}