/* CSS Document */

#footer ul {
	font-size: 85%;
	line-height: 1.8em;
}
#footer ul li {
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}