/* THIS FILE IS AUTOGENERATED. DO NOT EDIT. USE TEMPLATE INSTEAD!! */





/* specific styles user can apply */

p.quote, #content p.quote {
    font-style: italic;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

p.pull-out, p.pull-out-float-right {
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;

    background: #B2DA6D;
    padding: 7px 12px 7px 12px;
    color: white !important;
    font-weight: bold;
}

p.pull-out-float-right, p.pull-out.float-right {
    float: right;
    width: 200px;
    margin-left: 10px;
}

p.white-centered {
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;

    border: 1px solid #6E6F68;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
}


img.float-left, p.float-left img {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}

img.float-right, p.float-right img {
    float: right;
    margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}


/* table styles */

table {border-collapse:collapse; border-spacing:0;}
#content table, #tinymce table,
#content table th, #tinymce table th, 
#content table td, #tinymce table td {
    border: 1px solid #B2DA6D;
    font-size: 12px !important;
    line-height: 14px;
    border-collapse: 
}
#content table th, #tinymce table th, 
#content table td, #tinymce table td {
    padding: 2px 5px 2px 5px;
    text-align: left;
    vertical-align: top;
}
#content table th, #tinymce table th {
    background: #F3F7EA;
}
.two-col #content table th p, .two-col #content table td p {
    font-size: 12px !important;
    line-height: 14px !important;
}