p.CKDefaultAnnouncement {
 font-family: Trebuchet MS;
 font-size: 16pt;
 font-weight: bold;
 text-align: center;
 padding: 3pt;
 color: rgb(186, 62, 22);
}

p.CKRedAnnouncement {
 font-family: Trebuchet MS;
 font-size: 16pt;
 font-weight: bold;
 text-align: center;
 padding: 3pt;
 color: red;
}

p.CKBlackAnnouncement {
 font-family: Trebuchet MS;
 font-size: 16pt;
 font-weight: bold;
 text-align: center;
 padding: 3pt;
 color: black;
}

div.CKHeader {
 text-align: center;
 font-weight: bold;
 font-family: Trebuchet MS;
 font-size: 20pt;
 margin: 20pt 10pt 0pt;
}

div.CKSubHeader {
 font-family: Trebuchet MS;
 text-align: center;
 font-size: 16pt;
}

p.CKNormal {
 font-family: Trebuchet MS;
 font-size: 14pt;
 text-align: left;
 font-weight: normal;
}

p.CKCenteredNormal {
 font-family: Trebuchet MS;
 font-size: 14pt;
 text-align: left;
 font-weight: normal;
 text-align: center;
}

p.CKRed {
 font-family: Trebuchet MS;
 font-size: 14pt;
 text-align: left;
 font-weight: normal;
 color: red;
}

span.CKEmphasized {
 font-family: Trebuchet MS;
 font-size: 16pt;
 font-weight: bold;
 text-transform: uppercase;
}
