body, div, p
{
	font-family: Trebuchet MS;
	font-size: 10pt;
}

div, p, span
{
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

p
{
	clear: both;
}

span.Bold
{
	font-weight: bold;
}

span.Italic
{
	font-style: italic;
}

span.BoldItalic
{
	font-weight: bold;
	font-style: italic;
}

span.Add
{
	text-decoration: underline;
}

span.Strikethrough
{
	text-decoration: line-through;
}

span.Delete
{
	text-decoration: line-through;
}

span.Underline
{
	text-decoration: underline;
}

span.Superscript
{
	font-size: .75em;
	vertical-align: super;
}

span.Subscript
{
	font-size: .75em;
	vertical-align: sub;
}

span.Fraction
{
	letter-spacing: -2px;
}

span.Fraction span.Numerator
{
	font-size: .75em;
	vertical-align: top;
}

span.Fraction span.Denominator
{
	font-size: .75em;
	vertical-align: bottom;
}

span.FlushRight
{
	letter-spacing: 1em;
}

span.Hightlight
{
	background-color: #ffff00;
}

p.SpaceAbove
{
	margin-top: 1em;
}

p.Reversion
{
	text-align: left;
	margin-top: 1em;
}
p.Reversion
{
	text-align: left;
	margin-top: 1em;
	text-indent: 0;
}
p.SpaceBelow
{
	margin-bottom: 1em;
}

p.Justify
{
	text-align: justify;
}

p.AlignCenter
{
	text-align: center;
}

p.AlignRight
{
	text-align: right;
}

p.BlockFlush
{
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	text-indent: 0;
}

p.RevisersNote /* based on hanging indent */
{
	text-indent: -1em;
	margin-left: 1em;
}

p.SubReword
{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	text-decoration: underline;
}

p.BlockIndent
{
	text-indent: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

p.Flush
{
	text-align: left;
	text-indent: 0;
}

p.HangingIndent
{
	text-indent: -1em;
	margin-left: 1em;
}

p.Indent
{
	text-indent: 1em;
}

p.Intro
{
	clear: right;
}