#toc_pane{	/* TABLE OF CONTENTS  */
	
	background-color:	    #eeffff;
	border:				    0px solid #ffffff;
}

#toc_pane.pageLinks{	/* Box for previous and next link at the bottom of the page */
	/*border:			2px solid #555;*/
	background-color:		#EEE;
	padding:			    2px;
	height:				    20px;
	vertical-align:			middle;
	margin-bottom:			10px;
}
#toc_pane.pageLinks a{	/* Previous and next link at the bottom of the page */
	line-height:			25px;
	font-size:			    0.9em;
	font-weight:			bold;
	text-decoration:		none;
}
#toc_pane.pageLinks a:hover{	/* Rollover effect - next and previous link at the bottom of the page */
	color:				    red;
}