/* This style sheet is used to control the styles used throughout DCII */

/* Defines the default fonts used throughout the site */
BODY { font-size: 18pt;
       font-family: "Times New Roman", "serif";
       color: #009900;
       scrollbar-face-color: #663399;
       scrollbar-shadow-color: #000000;
       scrollbar-highlight-color: #CCCCFF;
       scrollbar-3dlight-color: #CCCCFF;
       scrollbar-darkshadow-color: #333333;
       scrollbar-track-color: #333333;
       scrollbar-arrow-color: #FFCC66;
       background: #000000; }

TD { font-size: 14pt;
     font-family: "Times New Roman", "serif"; } /* Netscape bug fix */

H1 { font-family: "Times New Roman", "serif";
     font-size: 36pt;
     font-weight: bold }

H2 { font-family: "Times New Roman", "serif";
     font-size: 14pt; 
     color: #009900; }

H3 { font-family: "Times New Roman", "serif";
     font-size: 12pt;
     font-weight: bold;
     color: #009900;
     text-align: center;
     vertical-align: middle; }

H4 { font-family: "Times New Roman", "serif";
     font-size: 14pt;
     font-weight: bold;
     color: #663399; }

/* Defines the default styles used for the <A HREF> tag */
A:link { color: #009966; text-decoration: none; font-size: 14pt;}
A:visited { color: #CCCC00; text-decoration: none; font-size: 14pt;}
A:hover { color: #009999; text-decoration: underline; font-size: 14pt;}
/* A:active {color: #CC99CC; text-decoration: none; font-size: 14pt;} */

/* A.orange:link { color: #FFCC66; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal;}                              */
/* A.orange:visited { color: #FFCC66; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal;}                           */
/* A.orange:hover { color: #FFCC66; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #663399; font-size: 8pt; font-weight: normal;}  */
/* A.orange:active {color: #FFCC66; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #663399; font-size: 8pt; font-weight: normal;}  */

/* A.purple:link { color: #CCCCFF; text-decoration: none; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}                              */
/* A.purple:visited { color: #CCCCFF; text-decoration: none; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}                           */
/* A.purple:hover { color: #9999CC; text-decoration: none; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-color: #CCCCFF}   */
/* A.purple:active {color: #9999CC; text-decoration: none; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-color: #CCCCFF}   */

/* A.orange2:link { color: #CC6600; text-decoration: none; font-size: 10pt; font-weight: bold;}                                                                                  */
/* A.orange2:visited { color: #CC6600; text-decoration: none; font-size: 10pt; font-weight: bold;}                                                                               */
/* A.orange2:hover { color: #CC6600; text-decoration: none; background-color: #F9F3DC; font-size: 10pt; font-weight: bold;}                                                      */
/* A.orange2:active {color: #CC6600; text-decoration: none; background-color: #F9F3DC; font-size: 10pt; font-weight: bold;}                                                      */


