/* CSS Document */

#bullet
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 3;
	font-variant: small-caps;
	font-weight: bold;
	color: #C1621C;
}

#bullet li 
{
padding-left: 20px;
background-image: url(../images/bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .6em;
}



