body, div, p, span
{
	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 !important;
	vertical-align: top !important;
}

span.Fraction span.Denominator
{
	font-size: .75em !important;
	vertical-align: bottom !important;
}

span.FlushRight
{
	letter-spacing: 1em;
}

span.Hightlight
{
	background-color: #ffff00;
}

span.Text
{
	display: block;
}

p.SpaceAbove, span.SpaceAbove
{
	margin-top: 1em;
}

p.Reversion, span.Reversion
{
	text-align: left;
	margin-top: 1em;
	text-indent: 0;
}

p.SpaceBelow, span.SpaceBelow
{
	margin-bottom: 1em;
}

p.Justify, span.Justify
{
	text-align: justify;
}

p.AlignCenter, span.AlignCenter
{
	text-align: center;
}

p.AlignRight, span.AlignRight
{
	text-align: right;
}

p.BlockFlush, span.BlockFlush
{
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	text-indent: 0;
}

p.RevisersNote, span.RevisersNote /* based on hanging indent */
{
	text-indent: -1em;
	margin-left: 1em;
}

p.SubReword, span.SubReword
{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	text-decoration: underline;
}

p.BlockIndent, span.BlockIndent
{
	text-indent: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

p.Flush, span.Flush
{
	text-align: left;
	text-indent: 0;
}

p.HangingIndent, span.HangingIndent
{
	text-indent: -1em;
	margin-left: 1em;
}

p.Indent, span.Indent
{
	text-indent: 1em;
}

span.Intro
{
	display: inline;
	padding: .1em; /* fixed weird layout/order issue in IE for Online Sunshine */
}