
/* Link elements */
a:link {
   color: blue; 
   text-decoration: none;
}

a:visited {
   color: blue; 
   text-decoration: none;
}

a:hover {
   color: blue;
   text-decoration: underline;
}

/* Background */
.bodyCell {
   background-color: #FFFFFF
}

.backgroundCell {
   background-color: #FFFFFF
}

/* Main navigation menu */
.navCell {
   font-family: sans-serif;
   font-size: 14pt;
   border-bottom: thick solid #2557AD
}

/* Header */
.headerCell {
   background-color: #2557AD
}

.headerHeader {
   color: #ffffff;
   font-family: sans-serif;
   font-size: 20pt;
   font-weight: normal; 
   font-style: normal
}

.headerNormal {
   color: #ffffff;
   font-family: sans-serif;
   font-size: 14pt;
   font-weight: normal; 
   font-style: normal
}

/* Info - often used for navigation */
.infoCell {
   background-color: #EAEDF4
}

.infoHeader {
   color: #000000;
   font-family: sans-serif;
   font-size:14pt;
   font-weight: normal; 
   font-style: normal
}

.infoNormal {
   color: #000000;
   font-family: sans-serif;
   font-size: 11pt;
   font-weight: normal; 
   font-style: normal
}

/* Main area - all the buld text */
.mainCell {
   background-color: #FFFFCC;
   color: #000000;
   font-family: Times;
   font-size: 12pt;
   font-weight: normal; 
   font-style: normal   
}

.mainHeader {
   color: #000000;
   font-family: Times;
   font-size: 14pt;
   font-weight: normal; 
   font-style: normal
}

.mainCategory {
   color: #000000;
   font-family: Times;
   font-size: 12pt;
   font-weight: normal; 
   font-style: normal
}

.mainDate {
   color: #000000;
   font-family: Times;
   font-size: 12pt;
   font-weight: bold; 
   font-style: normal
}

.mainNormal {

}

.mainSep {
   color: #2557AD
}

/* Footer */
.footerSep {
   color: #D3D3D3
}

.footer {
   color: #000000;
   font-family: Times;
   font-size: 10pt;
}