﻿
#BodyText
{        
}


#BodyText ul
{
    margin:0 0 20px 17px;   
    
}

#BodyText ul li
{
    display : list-item;
    list-style : square;    
    margin:0px;
    padding:3px;
}

#BodyText ol
{
    margin:0 0 20px 17px;            
}

#BodyText ol li
{
    display : list-item;
    list-style-type : decimal;        
    margin:0px;
    padding:3px;
}

#BodyText img
{
    margin:5px;
}

#BodyText table
{
    border-style:none;
}

#BodyText table td
{
    border-style:none;
}

