
.header1 {
    font-weight: bold;
    font-size: 14px
}

.header2 {
    font-weight: bold;
    font-size: 12px;
    color: #FF0000
}

.header3 {
    font-weight: normal;
    font-size: 12px;
    color: #0000FF
}

.example1 {
    font-weight: bold;
    font-size: 14px
}

.example2 {
    font-weight: bold;
    font-size: 12px;
    color: #FF0000
}

.blackBG {
	background-color: #000000;
}

.tablerow1 {
    background-color: #BBBBBB;
}

.tablerowPink {
   background-color: #E5185B;
} 

.tablerowBlue {
   background-color: #00ccff;
} 

.graybackground {
   background-color: #CCCCCC;
} 

.tablerowWhite {
	background-color: #FFFFFF;
}

.cellWhite {
	background-color: #FFFFFF;
}

.fontsize8pt {
    font-size: 8pt;
}
.fontsize9pt {
    font-size: 9pt;
}
.fontsize10pt {
    font-size: 10pt;
}
.fontsize11pt {
    font-size: 11pt;
}