.sideNav {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	color: #CC9933;
	margin-left: 10px;
	line-height: 10px;
	margin-top: 0px;
}
body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	color: #999999;
	line-height: 20px;
}

.goldBorder {
	border: 1px solid #CC9933;
}

	A:hover .goldBorder, A:active .goldBorder {
	border: 1px; 
	border-thickness: 1px; 
	border-color: #CCCCCC; 
	border-style: solid
}

a:link {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	color: #CC9900;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}

a:active {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.boldTypeGold {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
}

.BottomNav {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC9933;
}

    .BottomNav a {
	font-size: 12px;
	font-style: normal;
	color: #CC9933;
	text-decoration: underline;
}
	.BottomNav a:visited {
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}
 	.BottomNav a:hover{
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: underline;
}
	.BottomNav a:active {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}


.copyright {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 9px;
	color: #999999;
}
	.copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}
	.copyright a:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
 	.copyright a:hover{
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
}
	.copyright a:active {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.textBorder {
	border: 3px double #CC9900;
	padding: 8px;
	color: #CC9900;
	margin-left: 10px;
}
