#content h2 {
	margin-top:1em;
	font-weight:bold;
	background-image:none;
	
}

#overview table {
	border-collapse:collapse;
}
#overview table th {width:180px;}
#overview table th,#overview table td {
	font-size:11px;
	border:1px solid #F3EDE7;
	padding:2px;
}
#content .modules {
	margin:1.5em 0 4em 0;
}

#content .modules dt {
	font-weight:bold;
}
#content .modules dd {
	margin:.5em 0 4em 1em;
	display:none;

}
#content .modules dd table {
	border-collapse:collapse;
}

#content .modules dd th, #content .modules dd td {
	font-weight:normal;
	padding:2px;
	border:1px solid #F3EDE7;
	width:200px;
	
}


