.TextJustify { font-family: Arial; font-size: 10pt; color: #000000; text-align: Justify; 
               margin-bottom: 12 }
.TextLarge  { font-family: Arial; font-size: 12pt; color: #000000; }
.TextCenter  { font-family: Arial; font-size: 10pt; color: #000000; text-align: Center }
.TextRight   { font-family: Arial; font-size: 10pt; color: #000000; text-align: Right }
.TextLeft   { font-family: Arial; font-size: 10pt; color: #000000; text-align: Left }
.TextJIndent {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 12;
	text-align: justify;
	text-indent: 40pt;
}
.Bullet      { font-family: Arial; font-size: 10pt; color: #000000; text-align: Left; 
               list-style-type: circle; list-style-image: 
               url('http://www.dougsinc.com/images/whiteballspin.gif'); margin-left: 5 }
