/* (FCK EDITOR) WYSIWYG FONT STYLES */

.reg-black
{
    font-size: 12px;
    line-height:14px;
    font-family:Trebuchet MS, sans-serif;
    color: #000;
}

.big-black
{
    font-size: 17px;
    line-height: 19px;
    font-family:Trebuchet MS, sans-serif;
    font-weight:bold;
    color: #000;    
}

.big-white
{
    font-size: 17px;
    line-height: 19px;
    font-family:Trebuchet MS, sans-serif;
    font-weight:bold;
    color: #fff;
    background-color: #999999;       
}

/*------------------------------------------------*/

.style1 {
    color: #005492;
    font-size: 24px;
}

ul.no-style
{
    list-style-position:inside;
    list-style-type:none;
}
