@IMPORT url("../company-database/company-item.css");
div#overviewContent {
	text-align:left;
	font-size: .9em;
}
div#overviewContent div#navigationContent .CompanyLetter a:hover{
	color: black;
}
div#overviewContent .ContentTitle a {
	text-decoration: underline;
}
div#overviewContent .ContentTitle a:hover {
	text-decoration: none;
}
div#overviewContent .ActiveCompanyName {
	color: #ff9400;
	font-weight: bold;
}
div#overviewContent .TitleTab {
	height: 20px;
}
div#overviewContent .TitleSection {
	font-size: 11px;
	margin-top: 1px;
}
div#overviewContent .Pager {
	width: 35%;
	float: right;
	margin-top: 2px;
	_margin-top: 0px;
}
