/* CSS Document */

a:link {
	color: #5F5C50;
	text-decoration:none;
}
a:visited {
	color: #5F5C50;
	text-decoration:none;
}
a:hover {
	color: #5F5C50;
	text-decoration:underline;
}
a:active {
	color: #5F5C50;
	text-decoration:none;
}

.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:30px;
	font-weight:bold;
	color: #69655A;
}
.navLinks a:link {
	color: #69655A;
	text-decoration:none
}
.navLinks a:visited {
	color: #69655A;
	text-decoration:none
}
.navLinks a:hover {
	color: #A09A8B;
	text-decoration:none;
}
.navLinks a:active {
	color: #69655A;
	text-decoration:none
}
body {
	background-color: #F1F1E9;
	/* background-color: #FAFAF5; */
	margin-top: 14px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5C50;
}
.regularText {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F5C50;
	font-size: 11px;
	line-height:16px;
}
.regularTextlightGray {
	font-family: Arial, Helvetica, sans-serif;
	color: #999A93;
	font-size: 11px;
	line-height:16px;
}
.regularTextlightGray a:link {
	color: #999A93;
}
.regularTextlightGray a:visited {
	color: #999A93;
}
.regularTextlightGray a:active {
	color: #999A93;
}

.regularTextGallery {
	font-family: Arial, Helvetica, sans-serif;
	color: #EBE9E2;
	font-size: 11px;
	line-height:16px;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F5C50;
	font-size: 12px;
	letter-spacing: 1px;
}
.tblBorder {
	border-color:#CBC9BE;
	border-width:1px;
	border-style:solid
}
.tblBorderBottom {
	border-bottom-color:#DBD9CD;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color:#DBD9CD;
	border-right-width:1px;
	border-right-style:solid;
	border-left-color:#DBD9CD;
	border-left-width:1px;
	border-left-style:solid
}
.tblBorderTop {
	border-top-color:#DBD9CD;
	border-top-width:1px;
	border-top-style:solid;
	border-right-color:#DBD9CD;
	border-right-width:1px;
	border-right-style:solid;
	border-left-color:#DBD9CD;
	border-left-width:1px;
	border-left-style:solid
}
.imageBorder {
	border-color:#C0C0C0;
	border-width:1px;
	border-style:solid
}