/* CSS Document */

#listtable{

}

#listtable table{

}

#listtable .l_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-top: 10px;
	letter-spacing: .2em;
	padding-bottom: 4px;

}

#listtable .l_desc {
	font-style: italic;
	color: #666666;
	background-color: #F0F0F0;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

#listtable .l_list{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}

#listtable .l_industry{
	font-style: italic;
	color: #3366FF;

}

#listtable .l_success{
	font-style: italic;
	color: #FF6600;

}
