/* CSS Document */

.Heading {
	font-size: medium;
	color: #4E7897;
	background-color:#FFFFFF;
	font-weight: lighter;
	width: 640px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #52746A;
	clear: both;
	padding-left: 10px;
}

.Narrow {
	height: auto;
	width: auto;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	line-height: 3;
}

.Narrow li {
  list-style: none;
  background-image: url(../images/Red%20Bullet.gif);
  background-position: left 1.4em;
  background-repeat: no-repeat;
  padding-left: 15px;  /* space for the image */
}