body {

   color: #FFFFFF;
   background-color: #1F5E6F;
   font-family: verdana, sans-serif;
   font-size: 6pt;


}

a:link { 
 
 font-size: 100%; 
 font-family: verdana, sans-serif;
 font-weight: normal; 
 text-decoration: underline; 
 color: #9999CC; 

} 

a:visited { 
 
 font-size: 100%; 
 font-family: verdana, sans-serif;
 font-weight: normal; 
 text-decoration: underline; 
 color: #9999CC; 

} 

a:hover  { 

 font-size:100%;
 font-family: verdana, sans-serif;
 font-weight: normal; 
 text-decoration: none; 
 color: #DC143C; 

} 

ul {

 list-style-type: square;

}

.spacetable, .spacetable TD, .spacetable TH {

 /* -------------------------------------------
    --
    -- Table WITHOUT borders/boxes
    -- The main 'outer' table of all pages.
    --
    ------------------------------------------- */

   font-family: verdana, sans-serif;
   font-size: 10pt;

}

.realtable, .realtable TD, .realtable TH {

/* -------------------------------------------
   --
   -- Table WITH borders/boxes
   -- Reduced size text
   --
   ------------------------------------------- */

   font-family: verdana, sans-serif;
   font-size: 85%;
   background-color: black;

}

.pgmcode, .pgmcode TD, .pgmcode TH {

/* -------------------------------------------
   --
   -- Scrolling box
   -- Reduced size text
   --
   ------------------------------------------- */

   color: white;
   background-color: black;
   font-family: mono;
   font-size: 85%;

}


.header {

   background-color: #000000;

}

.imgHeader {

   border: 1px solid #000000;

}

.pageTitle {

   padding-top: 20px;
   padding-bottom: 30px;
   text-align: left;
   font-weight: bold;

}

.headerBG {

   background-color: #000000;
   background-image: url(headerBG.jpg);
   background-repeat: no-repeat;
   background-position: right;
   height: 135px;
   width: 35px;

}

.errors {

   font-family: verdana, sans-serif;
   font-weight: bold;
   color: red;

}

