a:link { 
	color: #7B803C;
} 
a:visited { 
	color: #7B803C;
} 
a:active { 
	color: #7B803C;
}

a:hover {
	color: #6A3112;
}

.greenDark {
	background-color: #7B803C;
}
.brownDark {
	background-color: #6A3112;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
.greenShadow {
	background-color: #6C7033;
}
.bodyBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.galleryText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

h2 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
	}
h3 {
	color: #7B803C;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
}
		
.design_credit {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-left: 16px;
	padding-top: 10px;
}
.design_credit a {
	color: #ffffff;
	text-decoration: none;
}
.design_credit a:hover {
	text-decoration: underline;