/* site-cnt { */
.site-cnt {
    font-size: 16px;
    color: #4f4f4f
}

.site-cnt p {
    line-height: 24px;
    padding-bottom: 15px;
}

.site-cnt em {
    font-style: italic;
}

.site-cnt b,
.site-cnt strong {
    font-weight: bold;
    font-style: normal;
}

.site-cnt ul,
.site-cnt ol {
    padding-top: 0;
    margin-left: 30px;
    margin-bottom: 5px;
}

.site-cnt ul {
    list-style: none;
}

.site-cnt ul li,
.site-cnt ol li {
    line-height: 24px;
    padding-bottom: 15px;
}

.site-cnt ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 15px 18px;
}
.site-cnt ul li:before{
    position: absolute;
    content: '•';
    top: 0;
    left: 0;
    color: #31993e;
}

.site-cnt h1,
.site-cnt h2,
.site-cnt h3 {
    margin: 20px 0 10px 0;
    font-weight: normal;
    color: #333;
}

.site-cnt h1 {
    font-size: 24px;    
}

.site-cnt h1:first-child {
    margin-top: 0;
}

.site-cnt h2 {
    font-size: 20px;
}

.site-cnt h3 {
    font-size: 18px;
}

table.t,
.site-cnt table {
    width: 100%;
    margin-bottom: 20px;
}

table.t th,
.site-cnt table th {
    background-color: #F8F8F8;
    color: #525252;
    padding: 10px 4px;
    font-weight: normal;
}
table.t td,
table.t th,
.site-cnt table td,
.site-cnt table th {
    border: 2px solid #ccc;
    padding: 4px;
    vertical-align: middle;
}

table.t[border="0"] td,
table.t[border="0"] th,
.site-cnt table[border="0"] td,
.site-cnt table[border="0"] th {
    border: 0;
}

.site-cnt table td.center,
.site-cnt table tr.center td {
    text-align: center;
}
.site-cnt table td.top,
.site-cnt table tr.top td {
    vertical-align: top;
}
.site-cnt .top td {
    vertical-align: top;
}

.site-cnt .stealth td {
    border: 0;
    vertical-align: top;
    padding: 10px;
}

.site-cnt img.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.site-cnt img.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.site-cnt.staff p {
    margin-left: 40px;
}
/* } site-cnt */