/* CSS Document */

#dashed {
	line-height: 25px;
	text-indent: 10px;
	width: 330px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}


#dash 
{
	line-height: 25px;
	text-indent: 25px;
	width: 200px;	
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	list-style-type:none
}

