.help li {
	margin-left: 0;
	display: block;
	list-style-type: none;
	font-size: 14px;
	line-height: 16px;
	background-image: url(../images/doc.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.help li a, .help li a:visited {
	color: #333333;
}
.help li a:hover {
	color: #0269ab;
}

.more span {
	font-weight: bold;
	font-style: italic;
}
code {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
