/* CSS Document */
.links_toc_title {
	font-size: 14px;
	margin: 1em 0 0.33em;
}

.links_toc_items {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	}
	
.links_toc_item {
	margin: 0;
	padding: 0;
	}
	
.links_section_title {
	font-size: 14px;
	margin: 1.5em 0 0.33em;
	}
	
.links_section_description {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0.5em;
}
	
.links_subsection_title {
	font-size: 12px;
	margin: 0.66em 0 0.33em;
	font-style: italic;
	}

.links_subsection_description {	
	font-style: italic;
	margin: 0 0 0.33em;
	}
	
.links_items {
	border: 1px solid #ddd;
	border-bottom: 0;
	margin: 0 0 1em;
	font-size: 12px;
	}

.links_items th,
.links_items td {
	padding: 0.1em 0.3em;
	border-bottom: 1px solid #ddd;
	}
	
.links_items th {
	text-align: left;
	background: #e5e5e5;
	}
	
td.links_item_col2 {
	padding-left: 10px;
	}
	
.links_item_over {
	background: #F8FCE8;
	}
	
tr.links_item_over td {
	background: #f8fce8;
}

.links_return_to_top {
	text-align: right;
	padding: 0;
	font-size: 11px;
	}
