﻿.MeetingState
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    border-bottom-style: solid;
    border-width: thin;
    border-color: #CC0000;
    color: #CC0000;
    padding-bottom: 5px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.MeetingRep
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #000099;
    padding-top: 15px;
    padding-bottom: 0px;
}
.MeetingContent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding-top: 20px;
}