.free_content ul {
	list-style-type: disc;
	list-style-image: url('/shared/images/custom/common/container/bullet.gif');
	list-style-position: inside;
	padding: 0; margin: 0;
}

.free_content ul li {
	padding-top: 1px;
	padding-left: 5px;
	height: 14px;
	border-bottom: 1px solid #dadada;
}

/** LINKS page */
#links {
	border-spacing: 10px 0;
	margin: 10px;
}

#links td {
	background-color: #d9edf8;
	border: 1px solid #048bcf;
	vertical-align: top;
}

#links div.head {
	height: 23px;
	width: 194px;
	padding: 8px;
	padding-top: 10px;
	color: white;
	font-weight: bold;
	background-image: url('/shared/images/custom/common/container/links/links_header_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#links td ul {
	list-style-type: none;
	margin: 0;
	width: 192px;
	padding-left: 8px;
}

#links td ul li {
	line-height: 18px;
}

#links td ul li a {
	color: #475b66;
}
/** ************** **/

