TD.subItem {
	position:relative;
	background-color:#6699CC;
	cursor: pointer;
}
TD.subItemOver {
	position:relative;
	background-color:#FF9933;
	cursor: pointer;
}
TD.subItemText {
	font-family:verdana, arial;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
}
TD.subItemText A {
	font-family:verdana, arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}
TD.item {
	position:relative;
	background-color:#336699;
	cursor: default;
}
TD.itemLink {
	position:relative;
	background-color:#336699;
	cursor: pointer;
}
TD.itemLinkOver {
	position:relative;
	background-color:#FF9933;
	cursor: pointer;
}
TD.itemLinkText {
	font-family:verdana, arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	cursor: pointer;
}
TD.itemLinkText A {
	font-family:verdana, arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	cursor: pointer;
}
TD.itemMain {
	position:relative;
	background-color:#336699;
	cursor: pointer;
}
TD.textHeader {
	font-family:verdana, arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	position:relative;
	background-color:#003366;
	cursor: pointer;
}
TD.textHeader A {
	font-family:verdana, arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	position:relative;
	background-color:#003366;
	text-decoration:none;
	cursor: pointer;
}
TD.itemText {
	font-family:verdana, arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	cursor:default;
}
TD.itemTextMain {
	font-family:verdana, arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	background-color:#336699;
	cursor:pointer;
}
TD.itemLine {
	background-color:#8293A3;
}
TD.subItemLine {
	background-color:#999999;
}
TD.subItemLineOver {
	background-color:#ffffff;
}
TD.subItemLineBottom {
	background-color:#336699;
}
table.tableTextHeader {
	width:153px; border: solid #8293A3 1px;
}

