﻿
.title
{
    font-family: Georgia;
    font-size: 12pt;
    font-weight: bold;
    color: #484848;
}

.text
{
    font-family: Arial;
    font-size: 9pt;
    line-height: 150%;
    color: #484848;
}

.divTitle
{
    margin-bottom: 10px;   
}

.divText
{
    margin-bottom: 20px;   
}

.CMSSeparator
{
    float: left;
    clear: both;
    height: 1px;
    width: 100%;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #7a7a7a;
    margin-bottom: 35px;
    
}