.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}
.head:link {
	color: #68765F;
}
.head:visited {
	color: #68765F;
}
.head:hover {
	color: #FF9A00;
}
.head:active {
	color: #FF9A00;
}

.headNotHot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #68765F;
	text-decoration: none;
}
.text:link {
	color: #333333;
}
.text:visited {
	color: #333333;
}
.text:hover {
	color: #FF9A00;
}
.text:active {
	color: #FF9A00;
}


.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #68765F;
	text-decoration: none;
}
.textbold:link {
	color: #333333;
}
.textbold:visited {
	color: #333333;
}
.textbold:hover {
	color: #FF9A00;
}
.textbold:active {
	color: #FF9A00;
}

.textboldNotHot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #68765F;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.textboldlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
.micetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #BBBBBB;
	text-decoration: none;
}

.textnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.textnav:link {
	color: #999999;
}
.textnav:visited {
	color: #999999;
}
.textnav:hover {
	color: #FF9A00;
}
.textnav:active {
	color: #FF9A00;
}
.textSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.divExpanded {
	display: block;
}
.divCollapsed {
	display: none;
}