@charset "UTF-8";
.cmoon #container #subheader .categoryBox a:link {
	color: #666666;
	text-decoration: none;
}
.cmoon #container #subheader .categoryBox a:visited {
	color: #666666;
	text-decoration: none;
}
.cmoon #container #subheader .categoryBox a:hover {
	color: #339999; /* this is the teal highlight */
	text-decoration: underline;
}
.cmoon #container #subheader .categoryBox a:active {
	color: #333333;
	text-decoration: none;
}


.cmoon #container #headright .button {
	background-color: #75B22A; /* this is the chartreuse highlight */
	font-family: "Lucida Grande", LucidaGrande, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}
.cmoon #container #headright .searchfield {
	background-color: #EFEFEF;
	font-family: "Lucida Grande", LucidaGrande, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 12px;
}
.cmoon #container #headright a:link {
	color: #999999;
	text-decoration: none;
}
.cmoon #container #headright a:visited {
	color: #999999;
	text-decoration: none;
}
.cmoon #container #headright a:hover {
	color: #339999; /* this is the teal highlight */
	text-decoration: underline;
}
.cmoon #container #headright a:active {
	color: #333333;
	text-decoration: none;
}

.cmoon #container #footer a:link {
	color: #F0EFEA;
	text-decoration: underline;
}
.cmoon #container #footer a:visited {
	color: #F0EFEA;
	text-decoration: underline;
}
.cmoon #container #footer a:hover {
	color: #000000; /* this is the black highlight */
	text-decoration: underline;
}
.cmoon #container #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
