a:link {
	color: #CBCEC3;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #4C4F42;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	background-color: #6C6F62;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #2C2F22;
	text-decoration: underline;
	font-weight: bold;
}

.navbar a:link {
	color: #99978B;
	text-decoration: none;
}

.navbar a:visited {
	color: #99978B;
	text-decoration: none;
}

.navbar a:hover {
	color: #ffffff;
	background-color: #99978B;
	text-decoration: none;
}

.navbar a:active {
	color: #99978B;
	font-weight: bold;
	text-decoration: none;
}

.navbar {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.maincontent {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}

.siteouterframetext {
		font-family: Arial,Helvetica;
		font-weight: normal;
		font-size: 8px;
		color: #99978B;
		text-decoration: none;
}
