/*For backwards compatibility with old wrappers*/


.tocheading {
	color: white;
	background-color: #999;
	font: bold 80% Arial, Helvetica, Geneva, sans-serif;
}
.toc {
	color: black;
	font: 80% Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
	text-align: left;
	vertical-align: top;  
}
.toc a {
	color: black;
	text-decoration:none;
}

.toc a:visited {
	color: black;
	text-decoration:none;
}

.toc a:hover {
	color: blue;
	text-decoration:underline;
}

.tochit {
	color: black;
	font: 80% Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
	text-align: right;
	vertical-align: top;  
}

.toc #current a {
	color: white;
	text-decoration:none;
}

.toc #current a:visited {
	color: white;
	text-decoration:none;
}

.toc #current a:hover {
	color: gray;
	text-decoration:underline;
}