
/* STYLESHEET FOR THE WHOLE SITE */
/* ============================= */

BODY
   {
    background:       #667799;
    color:            black;
   }
P
   {
    font-family:      sans-serif;
    font-size:        12px;
    color:            #800000;
    background:       transparent;
   }
P.tblmenuleft
   {
    font-family:      sans-serif;
    font-size:        16px;
    font-weight:      bold;
    color:            #ffff7f;
    background:       transparent;
   }
A:link, A:visited
   {
    font-family:      sans-serif;
    font-size:        12px;
    color:            #800000;
    background:       transparent;
    text-decoration:  none
   }
A:hover, A:active
   {
    font-family:      sans-serif;
    font-size:        12px;
    color:            #CC0088;
    background:       transparent;
    text-decoration:  underline
   }
A.tblmenuleft:link, A.tblmenuleft:visited
   {
    font-family:      sans-serif;
    font-size:        16px;
    font-weight:      bold;
    color:            #ffff7f;
    background:       transparent;
    text-decoration:  none
   }
A.tblmenuleft:hover, A.tblmenuleft:active
   {
    font-family:      sans-serif;
    font-size:        16px;
    font-weight:      bold;
    color:            #ffff7f;
    background:       transparent;
    text-decoration:  underline
   }
A.tblmenubottom:link, A.tblmenubottom:visited
   {
    font-family:      sans-serif;
    font-size:        18px;
    font-weight:      bold;
    color:            #003366;
    background:       transparent;
    text-decoration:  none
   }
A.tblmenubottom:hover, A.tblmenubottom:active
   {
    font-family:      sans-serif;
    font-size:        18px;
    font-weight:      bold;
    color:            #003366;
    background:       transparent;
    text-decoration:  none
   }
H1 
   {
    font-family:      verdana,arial;
    font-size:        130%;
    color:            #800000;
    background:       transparent
   }
TABLE
   {
    border-top:       0px;  
    border-right:     0px; 
    border-bottom:    0px;
    border-left:      0px
   }
DIV.header1
   {
    position: absolute;
    top:         1px;
    left:        11px;
    width:       600px;
    height:      100px;
    margin:      5px;
    font-family: sans-serif;
    font-size:   12px;
    color:       #800000;
    background:  transparent;
   }
DIV.header2
   {
    position:    absolute;
    top:         0px;
    left:        10px;
    width:       600px;
    height:      100px;
    margin:      5px;
    font-family: sans-serif;
    font-size:   12px;
    color:       silver;
    background:  transparent;
   }
DIV.header3
   {
    position:    absolute;
    top:         2px;
    left:        12px;
    width:       600px;
    height:      100px;
    margin:      5px;
    font-family: sans-serif;
    font-size:   12px;
    color:       #8800aa;
    background:  transparent;
   }
/* Definitions for the main table */
/* ------------------------------ */
TABLE.tblmain
   {
    width:            770px;
    border-top:       0px;  
    border-right:     0px; 
    border-bottom:    0px;
    border-left:      0px
   }
TD.tbltop
   {
    background:       #98aecf;
    height:           50px;
    color:            #800000;
    font-family:      verdana, sans-serif;
    font-size:        22px;
    font-weight:      bold;
   }
TD.tblleft
   {
    background:       #7788a6;
    color:            #ffff7f;
    width:            140px;
    height:           380px
   }
TD.tblright
   {
    background:       #ededed;
    color:            black;
    width:            630px;
    height:           380px
   }
TD.tblbottom
   {
    background:       #dddddd;
    color:            black;
    height:           45px
   }

