@IMPORT url("../company-database/company-item.css");
div#company {
	text-align:left;
	font-size: 11px;
}
div#company div#navigationContent .CompanyLetter a:hover{
	color: black;
}
div#company .ActiveCompanyName {
	color: #ff9400;
	font-weight: bold;
}
div#company .TitleSection {
	font-size: 11px;
}
div#company .ContentTitle a.CompanyName{
	text-decoration: underline;
}
div#company .ContentTitle a.CompanyName:hover{
	text-decoration: none;
}
div#company .Pager {
	float: right;
	width: 35%;
	padding-top: 3px;
	_padding-top: 1px;
}
div#company .TitleTab {
	min-height: 15px;
	padding-bottom: 2px;
}
table.CompanyList .LogoCell {
    text-align: center;
}
a:hover {
	text-decoration: underline;
}
