.goldborder {
	border: thin solid #BB8A37;
}
.topBottomGoldBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #CC9933;
	border-left-color: #CC9933;
}
a:link {
	color: #BB8A37;
	text-decoration: none;
}
body {
	color: #FFFFFF;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	text-decoration: none;
}
.whitedotline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #C79541;
	border-right-color: #C79541;
	border-bottom-color: #C79541;
	border-left-color: #C79541;
}
a:visited {
	color: #BB8A37;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.goldborderTHIN {

	border: 1px solid #BB8A37;
}
hr {
	color: #BB8A37;
}
.whiteBorder {
	border: 1px solid #FFFFFF;
}
.greyline {
	border: 1px solid #999999;
}
.dotborder {
	border: thin dotted #A37F33;
}
