﻿.divHeading {
    width: 100%;
    height: 50px;
    font-size: 160%;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.divHeadingSub {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(#FCF7E4, white);
    font-size: 140%;
    color: #886B3F;
    padding-top: 6px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.SubTitle {
    font-weight: bold;
    color: #993300;
}

.SubTitle-b /* biblesays */ {
    font-weight: bold;
    color: #009933;
}

.ParaLead {
    float: left;
    font-size: 3em;
    color: #993300;
    line-height: 100%;
}

.ParaLeadScripture {
    float: left;
    font-size: 3em;
    color: #cc0000;
    line-height: 100%;
}

.scriptText {
    line-height: inherit;
}

.Credit {
    line-height: 150%;
    padding: 10px;
    background-color: #ebedef;
}

.contentTitle {
    color: rgb(153, 51, 0);
    font-size: 16pt;
    font-weight: bold;
    font-family: Verdena, Helvetica, Arial,sans-serif;
    text-align: center;
}

.contentSubTitle {
    color: rgb(153, 51, 0);
    font-size: 12pt;
    font-weight: bold;
    font-family: Verdena, Helvetica, Arial,sans-serif;
}

.contentAuthor {
    font-size: 10pt;
    font-family: Verdena, Helvetica, Arial,sans-serif;
    color: #04A7DF;
    padding-top: 10px;
    padding-bottom: 15px;
}

.authorInfo {
    color: #666666;
    font-style: italic;
    color: #669999;
    font-size: 10pt;
}

.box-title {
    font-weight: bold;
    color: #993300;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-title-l /* Large box title */ {
    font-size: 18px;
    font-weight: bold;
    color: #993300;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-subtitle {
    color: #336600;
    line-height: 15px;
    font-weight: normal;
}

.footnote {
    font-size: 9pt;
    font-family: Sans-Serif, 新細明體, 細明體, MingLiu;
    line-height: 120%;
}

.clear {
    clear: both;
}

a.inline:link {
    color: #993300;
    text-decoration: none;
    font-weight: bold; 
}

a.inline:visited {
    color: #993300;
    text-decoration: none;
}

a.inline:hover {
    color: #993300;
    text-decoration: underline;
}

a.inline:active {
    color: #993300;
}

a img {
    border: none;
}
