/*---- Baker Street Advisors Process Text CSS
Copyright (c) 2008 Dan Hartmann Designs, LLC
Version 1.0 ----*/

@import url(text-headingInternal.css);

/*--- body text rules ---*/

#body h3 {
color: #990;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
padding-bottom: 16px;
padding-top: 16px;
margin: 0px;
text-align: left;
line-height: normal;
padding-left: 16px; }

#body p {
color: #606060;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: left;
line-height: 16px;
padding-bottom: 16px;
padding-left: 16px; }

#conclusions ul li {
color: #606060;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: normal;
list-style-type: square;
list-style-position: outside;
padding-bottom: 12px;
list-style-image: url(../../IMAGES/DINGBATS/GeenBullet.gif); }