/* Misc styles - can appear anywhere */
.help, acronym
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}

.floatright
{
	float: right;
	margin: 0em 0em 0.5em 1em;
}

.floatleft
{
	float: left;
	margin: 0em 1em 0.5em 0em;
}


