ul.nomarker li {
	list-style-type: none;
}

li.nomarker {
	list-style-type: none;
}

/* Glossary */
dl.glossary dt {
	margin: .5em 0 0 0;
	font-size: medium;
	font-weight: bold;
}

dl.glossary dd {
	margin: 0 0 .2em 2em;
	font-size: small;
}

dl.glossary dd p {
	margin: 0 0 .1em 0;
}

/* end Glossary */

/* entry */

p.summary
{
	font-size: medium;
}

div.text {
	font-size: small;
}

ul.categories {
	clear: both;
	display: block;
}

ul.categories li {
	display: inline;
	margin: 0 .3em 0 .3em;
}
ul.categories li.header {
	display: inline;
	margin: 0 .3em 0 .3em;
	font-weight: bold;
}

/* end Entry */

input.noEmboss {
	background-color: #eeddcc;
	border: solid 1px #664422;
}

label {
	text-align: right;
	width: 40em;
}

label input,select,textarea {
	text-align: left;
}

