/* Study Group Newsletters */
table.sgnEditor
{
    margin: 20px auto 20px auto;
    width: 500px;
    border: 2px solid black;
    border-collapse: collapse;
}
table.sgnEditor th, table.sgnEditor td
{
    padding: 5px;
    border: 1px solid black;
}
table.sgnEditor th
{
    text-align: center;
    font-weight: bold;
}
table.sgnEditor th.sgnDate
{
    width: 60px;
}
table.sgnEditor td
{
    text-align: left;
}
table.sgnEditor td.sgnDate
{
    text-align: center;
}
table.sgnIssueList
{
    margin: 20px auto 20px auto;
    border: 2px solid black;
    border-collapse: collapse;
}
table.sgnIssueList th, table.sgnIssueList td
{
    padding: 1px 5px 1px 5px;
}
p.sgnStudyGroupName
{
    width: 785px;
    margin: 0 0 10px 195px;
    padding: 2px 0 2px 0;
    border-top: 2px solid #2d0f39;
    border-bottom: 2px solid #2d0f39;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #2d0f39;
}
span.sgnIssueYear
{
    display: inline-block;
    width: 3em;
    text-align: left;
    font-weight: bold;
}
span.sgnIssueNo
{
    display: inline-block;
    width: 6em;
    text-align: center;
}
