/* October 2008 - New Colors */
/*
orange
R 234  G 113  B 37
#EA7125

teal
R 34  G 188  B 185
#22BCB9

lighter teal
R 117  G 199  B 185
#75C7B9

yellow
R 255  G 210  B  79
#FFD24F

blue
R 16  G 114  B 186
#1072BA

green
R 180  G 204  B 149
#B4CC95
*/

/*  GLOBAL  */

 .verdana { color: black; font-family: verdana,helvetica,sans-serif; font-size: 12}

 .tahoma { color: black; font-family: tahoma,helvitica,sans-serif; font-size: 8pt; font-weight: bold}

 .boldcopy { color: black; font-family: verdana,helvitica,sans-serif; font-size: 10pt; font-weight: bold}
 
 .copy { color: black; font-family: verdana,helvitica,sans-serif; font-size: 10pt;}

 .topic { color: black; font-family: verdana,helvetica,sans-serif; font-size: 16pt; font-weight: bold}
 
 .pulldown { color: black; font-family: arial,helvitica,sans-serif; font-size: 9pt}
 
 .formfield { color: black; font-family: arial,helvitica,sans-serif; font-size: 9pt}

 .dotcopy { color: black; font-family: arial,helvitica,sans-serif; font-size: 8pt}

 .newcopy {font-family:Arial; font-size:9pt; word-spacing: -.05em;}

 .title { color: navy; font-family: arial,helvitica,sans-serif; font-size: 12pt; font-weight: bold}
 
 .linetext {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 8pt; color: black}
 
 .footertext {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 7.5pt}
 
 .whitetext {font-family : Arial, geneva, sans-serif; color: white; font-size : 12px} 
 
 .beigetext {font-family : Arial, geneva, sans-serif; color: #FBEABE; font-size : 12px}

 .redtext {font-family : Arial, geneva, sans-serif; color: red; font-size : 14px; font-weight: bold}

 .datetext {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 7pt; color: black}
 
 .calendartext {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 7pt; color: black}
 
 .newstitle {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 8pt; font-weight: bold; color: #1B6C8C}
 
 .invisibletext {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 4pt; color: white}
 
 .header2 {font-family: Trebuchet MS; color:#1B6C8C; font-size: 12pt; font-weight: bold }
 
 
/*white links*/
 .whitelink:link { text-decoration: none;
                 color: #FFFFFF; 
                 
 }

 .whitelink:active { 
                    text-decoration: none;
                    color: #FFFFFF;
 }

 .whitelink:visited {
                    text-decoration: none;
                    color: #FFFFFF;
 }

 .whitelink:hover { text-decoration: underline;
                   color: #FFFFFF;
    
 }



 
/*black linsk*/
  .blacklink:link { text-decoration: none;
                     color: #000000; 
                 
 }

 .blacklink:active { 
                    text-decoration: none;
                    color: #000000;
 }

 .blacklink:visited {
                    text-decoration: none;
                    color: #000000;
 }

 .blacklink:hover { text-decoration: underline;
                   color: #000000;
    
 }



/*red links*/
  .redlink:link { text-decoration: none;
                     color: #FF0000; 
                 
 }

 .redlink:active { 
                    text-decoration: none;
                    color: #FF0000;
 }

 .redlink:visited {
                    text-decoration: none;
                    color: #FF0000;
 }

 .redlink:hover { text-decoration: underline;
                   color: #FF0000;
    
 }