/* CSS Document */
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#linx_cat_header {
  font-weight: bold;
  margin: 1ex 0;
  
}
#linx_intro_text {
	margin-bottom: 20px;
}

#linx_cont_links {
	margin-bottom: 1ex;	
}
div.linx_description {
  width:100%; 
  text-align:left; 
}
div.linxdivider {
	background:url(../images/line.gif) 50% 0 no-repeat;
	height: 7px;
	margin: 7px 0px;
}
/* Normal link */

a:hover, a:active, a:focus {

	color: orange;
	text-decoration: none;
}



