.pageCaption
{
   font-size:22px; 
   font-weight:regular; 
   font-style:italic;
   color:#1b75bc;
}

.blueTitle
{
   font-size:30px; 
   font-weight:regular; 
   color:#1b75bc;
}

.greySubtitle{
   color:#494f51;
   font-size:18px;
}


.bodyContent{
    font-size:12px; 
    color:#333;
}

.redSubtitle{
    color:#ee4138; 
    font-size:18px;
}

.boldItalics{
    font-weight:bold; 
    font-style:italic; 
}

 ul.checkList
        {
            list-style-type: none;
            padding: 0px;
            margin: 0px;
        }
        ul.checkList li
        {
            background-image: url('../images/icons/check_mark.png');
            background-repeat: no-repeat;
            background-position: 0px 5px;
            padding-left: 14px;
        }

.GenericButton_blue { background-image:url(../images/buttons/GenericButtonLeft_BLUE.png); }
.GenericButton_red {  background-image:url(../images/buttons/GenericButtonLeft_RED.png); }
.GenericButton_green {  background-image:url(../images/buttons/GenericButtonLeft_GREEN.png); }
.GenericButton_grey {  background-image:url(../images/buttons/GenericButtonLeft_Grey.png); }