.footer {
	font-size: 12px;
	font-variant: small-caps;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #676257;
}
.copyright {
	font-size: 10px;
	color: #A59F8D;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #35322D;
}
a:link {
	color: #bf4c26;
}
a:visited {
	color: #CC6633;
}
a:hover {
	color: FF6633;
}
a:active {
	color: #ff6633;
}
.smallCaps {
	font-variant: small-caps;
	font-size: 10px;
}
.rockBG {
	background-image: url(images/softBeigeIgneousRockPattern.jpg);
}
.navTable {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: A59F8D;
	border-right-color: A59F8D;
	border-bottom-color: A59F8D;
	border-left-color: A59F8D;
}
.smallText {
	font-variant: normal;
	font-size: 10px;
}

