#companiesListTable{
	background-color: #fff;
	color: #666;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 0px;
	margin: 5px;
}

#companiesListTable .frmHeader{
	font-weight: bold;
	padding-right: 20px;
}

#directoryList{
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

#directoryList li{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	padding-left: 19px;
	padding-top: 3px;
	background-image: url(../images/home-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#directoryList li a{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#directoryList li a:hover{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#directoryListTable{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-left: 0px;
	padding-left: 0;
}

#directoryListTable a{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#directoryListTable a:hover{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}