p
{
	font-size			: 12pt;
	font-family			: Georgia, Times New Roman, Times, serif;
	text-align			: left;
}

p.quip
{
	font-weight			: bold;
	font-style			: italic;		
}
p.italics
{
	font-style			: italic;
}
p.bolded
{
	font-weight			: bold;
}
p.indent
{
	margin-left			: 48px;
}
p.source
{
	font-family			: Georgia, Times New Roman, Times, serif;
	font-weight			: bold;
}
p.quote
{
	font-family			: Georgia, Times New Roman, Times, serif;
	font-weight			: bold;
	font-style			: italic
}
p.quoteText
{
	font-family			: Georgia, Times New Roman, Times, serif;
	font-size			: 10pt;
}
p.quoteSource
{
	font-family			: Georgia, Times New Roman, Times, serif;
	font-weight			: bold;
	font-size			: 10pt;
}
p.sourceSmall
{
	font-size			: 10pt;
	font-weight			: bold;
}
p.sale
{
	font-family			: Georgia, Times New Roman, Times, serif;
	font-size			: 12pt;
}
p.salePhase
{
	font-family			: Georgia, Times New Roman, Times, serif;
	font-weight			: bold;
	font-size			: 12pt;
}
p.fact
{
	color				: Blue;
}
p.italicSource
{
	font-size			: 10pt;
	font-style			: italic
}
p.center
{
	text-align			: center;
}

div
{
	background-color	: #ffffcc;
	border				: solid 1px #000000;
	margin				: 0 auto;
	width				: 420px;
	padding				: 10px 15px 10px 15px;
	margin-bottom		: 20px;
	text-align			: left;
}
