#ezPagesTOCHeading {
	font-size: 1.1em;
	padding-left: 5px;
	border-bottom: 2px #B20000 solid;
	color: #000000;
}

#navEZPagesTOCWrapper {
	background-color:#ffffff;
	font-size: 95%;
	font-weight: bold;
	float: right;
	border: 1px solid #9a9a9a;
	margin-left: 20px;
	width: 46%;
}

#navEZPagesTOC a {
	padding: 0em 0.9em 0.9em 0em;
	margin: 0;
	text-decoration: none;
	display: block;
}

.toc_link {
	margin-bottom:4px;
	padding-left: 0px;
	margin-right: 7px;
	text-align: right;
}

.toc_link a:link, .toc_link a:visited {
	color: #000000;
}

#toc_current, .toc_link a:hover, .toc_link a:active {
	background-color: #C3C3C3;
	color: #ffffff;
	margin-bottom:4px;
	margin-right:7px;
	padding-left: 0px;
	text-align: right;
}

#toc_current a:link, #toc_current a:visited {
	color: #ffffff;
}


