/* bullets.css for red bullet-lists */

h3 {
	background: url('../images/bullet.gif') no-repeat;
	padding-left: 16px;
	background-position: 0 0.2em;
	}
ul.red_bullet_list {
list-style: none;
margin: 10px 0;
padding-left: 0;

}

ul.red_bullet_list li {
padding-left: 16px;
background: url('../images/bullet.gif') no-repeat;
background-position: 0 0.2em;
line-height: 14px;
}

#content p.special {
font-weight: bold;
text-decoration: underline;
padding: 0px;
margin-bottom: -.7em;
}
