@charset "UTF-8";
/* CSS Document */
#alumniEvents {
	width:190px;
}
	
#alumniEvents ul li  {
	margin-left:-30px;
	list-style-image: none;
    	list-style-type: none;
    	text-decoration:none;
}

#alumniEvents li {
	margin-bottom:15px;
	list-style-image: none;
    	list-style-type: none;
    	text-decoration:none;
    	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color:#000000
}
#alumniEvents li a {
	list-style-image: none;
    	list-style-type: none;
    	text-decoration:none;
}
#alumniEvents ul li a span {
	color:#000000;
	float:right;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
}

