div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }

.content_header {
    font-size: 20px;
}
.content_image {
    padding: 3px;
    border: 1px solid #5175a5;
}
.important {
    color: #ba3624;
    font-size: 14px;
    font-weight: bold;
}
.content_table {
    border-collapse: collapse;
}
.content_table th {
    padding: 5px;
    border: 2px solid #3eae5c;
    background-color: #c4edcf;
    font-size: 18px;
    font-weight: bold;
    color: #ff550f;
    text-transform: uppercase;
}
.content_table td {
    padding: 5px;
    border: 2px solid #3eae5c;
}
.orange {
    color: #ff3300;
}
.green {
    color: #006600;
}