/* Basic style for all pages */
BODY { background-color: #E6F2FF;
       margin: 0px;
       padding: 0px;
       text-align: center;
       font-family: Arial, sans-serif; 
       color: #000080;
}

/* basic cell properties */
td {text-align: center;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

/* Aligning the window in the middle of the page - for larger screen resolutions */
/* This sets the main table */
table.full { height: 100%;
             width: 100%;
             vertical-align: middle;
             text-align: center;
             margin: 0px;
             padding: 0px;
             border-spacing: 0px;
             border: 0px;
             border-collapse: collapse; 
}

td.full { height: 100%;
          width: 100%;
          margin: 0px;
          padding: 0px;
          vertical-align: middle;
}


/* Aligning the window in the middle of the page for larger screen resolutions but */
/* fills the whole screen when at 800x600 */
.main  { width: 778px;
         height: 429px;
         vertical-align: top;
         text-align: center;
         margin: 0px;
         padding: 0px;
         border-color: #000080;
}

/* Standard hyperlink style */
a         {font-size: 13px; color: #FFCC66; text-decoration: none; font-weight: bold;}
a:link    {font-size: 13px; color: #FFCC66; text-decoration: none; font-weight: bold;}
a:visited {font-size: 13px; color: #FFCC66; text-decoration: none; font-weight: bold;}
a:hover   {font-size: 13px; color: #8e8f8f; text-decoration: none; font-weight: bold;}
a:active  {font-size: 13px; color: #8e8f8f; text-decoration: none; font-weight: bold;}

a.l2         {font-size: 15px; color: #CC0000; text-decoration: none; font-weight: bold;}
a.l2:link    {font-size: 15px; color: #CC0000; text-decoration: none; font-weight: bold;}
a.l2:visited {font-size: 15px; color: #CC0000; text-decoration: none; font-weight: bold;}
a.l2:hover   {font-size: 15px; color: #8e8f8f; text-decoration: none; font-weight: bold;}
a.l2:active  {font-size: 15px; color: #8e8f8f; text-decoration: none; font-weight: bold;}


/* Text sizes */
.title1 {color: #ffffff; font-size: 35px; font-weight: bold;}
.title2 {color: #ffffff; font-size: 24px; font-weight: bold;}
.title3 {color: #CC0000; font-size: 13px; }
.title4 {color: #ffffff; font-size: 18pt; font-weight: 700; background-color: #0038E1;}
.ticks  {text-align: left; font-weight: bold;}
.footer {color: #ffffff; font-size: 14px; font-weight: bold;}