﻿#booklet p.title1 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    position: relative;
    width: 80%;
    left: 10%;
}

#booklet p.title2 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    width: 80%;
    left: 10%;
    font-size: 36px;
}

#booklet p.title3 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    width: 80%;
    left: 10%;
    align-content: center;
}

#booklet p.title4 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    width: 80%;
    left: 10%;
    align-content: center;
}

#booklet p.btext {
    color: #000000;
    font-weight: normal;
    font-size: 24px;
    position: relative;
    width: 90%;
    left: 5%;
    align-content: center;
}

#booklet p.bimg {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    position: relative;
    width: 90%;
    left: 5%;
    align-content: center;
}

#booklet p.bheading {
    color: #000000;
    font-weight: bold;
    font-size: 20pt;
    position: relative;
    width: 90%;
    left: 5%;
    text-align: left;
}

#booklet p.itext {
    color: #000000;
    font-weight: normal;
    font-style: italic;
    font-size: 14pt;
    position: relative;
    width: 80%;
    left: 10%;
    text-align: left;
    margin-bottom: 0px;
}
#booklet p.itextc {
    color: #000000;
    font-weight: normal;
    font-style: italic;
    font-size: 14pt;
    position: relative;
    width: 80%;
    left: 10%;
    text-align: center;
    margin-bottom: 0px;
}
#booklet p.btext {
    color: #000000;
    font-weight: normal;
    font-size: 14pt;
    position: relative;
    width: 90%;
    left: 5%;
    align-content: center;
}
#booklet span.refupper {
    vertical-align: super;
    font-size: 12px;
    font-weight: bold;
}
#booklet p.transcript {
    color: #000000;
    font-weight: normal;
    font-style: italic;
    font-size: 14pt;
    position: relative;
    width: 80%;
    left: 10%;
    text-align: center;
    margin-bottom: 0px;
}
#booklet a {
    color: #0000FF;
    font-weight: bold;
}
#booklet a:hover {
    color: #FF0000;
    font-weight: bold;
}
