#linklistbox {
	margin: 0px;
	height: auto;
	width: 630px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 0px;

}
#linkname {
	line-height: 21px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	text-align: left;
	margin: 0px 0px 0px 14px;


}
#linkurl {
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}
