/* Classes for the Your Will Your Way pages */
a.ywSectionHeading {
    font-family: arial;
    font-size: 12pt;
    color: Navy;
    font-weight: bold;
    text-decoration: none;
}
.ywSectionHeading {
    font-family: arial;
    font-size: 12pt;
    color: Navy;
    font-weight: bold;
    text-decoration: none;
}
.ywSubHeading {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    line-height: 26px;
}
.ywNoCheckSectionHeading {
    font-family: arial;
    font-size: 12pt;
    color: Navy;
    font-weight: bold;
    padding-left:40px;
}
.ywIndent {padding-left:40px;}
.ywLink {color: #004891;}
a.ywLink { color: #004891; }
.ywDetailBlock
{
    background-color: #EFF4FA;
    padding: 8px;
    width: 500px;
    margin-left: 40px;
}

.ywAdminInfo {font-size: small; font-weight: bold;}