/** Paragraph and box styles for text content pages **/
/* Bold text classes */
.boldText,
p.letter-name,
p.author-text,
p.subhead {
    font-weight:bold
}
/* Italic text classes */
.italicText,
p.end-note-text {
    font-style:italic
}
/* small margin (single spaced) paragraphs */
p.author-text,
p.publication-text,
p.list-item,
p.bullet-list-item,
p.letter-name,
p.letter-city,
p.subhead {
    margin:0;
    padding:0;
    line-height:1.3em;
}
/* Indented paragraphs */
p.list-item,
p.bullet-list-item {
    margin-left:12px;
}
/* Text sizing */
p.author-text {
    font-size:15px;
}
p.publication-text {
    font-size:13px;
}
/* special paragraphs */
p.end-note-text {
    border:#ccc 0 solid;
    border-width:1px 0;
    padding:4px 0;
}
p.bullet-item:before,
p.bullet-list-item:before {
    content:"\2022\00a0";
}
p.arrow-point:before {
    content:url(/media/img/icons/point.gif);
}
p.separator {
    text-align:center;
    margin:8px 0;
    padding:0;
    line-height:1em;
    letter-spacing:1.4em;
}
p.separator:before {
    content:"*****";
}