/* info page css template */
.infoPage {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 125%;
    width: 916px;
}
.infoPage .bolded{
    font-weight: bold;
}
.infoPage h1{
    font-weight: bold;
    font-size: 16pt;
}
.infoPage h4{
    font-weight: bold;
    font-size: 13pt;
}
.infoPage .small{
    font-size: 10px;
}
.infoPage ul{
    list-style-type:square;
    margin-left:40px;
    margin-right:0px;
}
.infoPage ol{
    list-style-type:decimal;
    margin-left:40px;
    margin-right:0px;
}