/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div {
	font-family: "trebuchet ms", arial, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#TMctrl {
	margin: 15px 0px 15px 0px;
	font-size: 11px;
	text-align: center;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#TMctrl a:link {
	color: #000000;
}
#TMctrl a:visited {
	color: #000000;
}
#TMctrl a:hover {
	color: #c92026;
}



#TMnav {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}
#TMnav div {
	padding: 3px 3px 3px 0px;
}
#TMnav div div {
	margin: 0px 0px 0px 10px;
	padding: 3px 3px 3px 0px;
	border-left: 1px solid #000000;
}



#TMnav div a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
#TMnav div a:visited {
	color: #000000;
	background-color: #ffffff;
}
#TMnav div a:hover {
	color: #ffffff;
	background-color: #c92026;
}



#TMnav div div a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
#TMnav div div a:visited {
	color: #000000;
	background-color: #ffffff;
}
#TMnav div div a:hover {
	color: #ffffff;
	background-color: #c92026;
}



.plusmark {
	background-repeat: no-repeat;
	background-image: url(/images/icons/plus.gif);
	background-position: 6px 5px;
	padding: 0 0 0 20px !important;
}
.minusmark {
	background-repeat: no-repeat;
	background-image: url(/images/icons/minus.gif);
	background-position: 6px 5px;
	padding: 0 0 0 20px !important;
}



.defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}
.currentmark {
	font-weight: bold;
	background-color: #c92026 !important;
	color: #ffffff !important;
	padding: 0 0 0 20px !important;
}
