/* file: general.css */

/* general preferences */
BODY { 
    background-attachment: fixed; 
/*    background-image: url(img/fingertip_bg.gif); */
    background-position: right bottom;
    background-repeat: no-repeat;
    color:#1A217E; 
    font-family: Verdana, Arial, Helvetica, 'Sans Serif';
    font-size: 80%;
    margin-left:20px; 
    margin-top:20px;
    SCROLLBAR-BASE-COLOR: #1A215E;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
    SCROLLBAR-ARROW-COLOR: #1A215E;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
    SCROLLBAR-FACE-COLOR: #8A91AB;
    SCROLLBAR-HIGHLIGHT-COLOR: #DD783B;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #AAB1CB;
    }

/* class-1-header: first header on page */
 H1 {
    text-align:center;
    color:#CCCCCC;
    fontweight:normal;
    font-size:200%; 
    filter:Glow(color=#1A217E, strength=2);
    width="100%"; }

/* class-2-header: special paragraphs */
H2 {
    color:#AA582b;
    font-size:120%;
    font-weight:100%;
    font-style:none;
/*    filter:Glow(color=#DD885b, strength=1);*/
/*    filter:dropShadow(color=#AAAAAA, offx=2, offy=2); */
    width="100%"; }

/* class-3-header: table headers */
H3 {
    text-align:left; 
    color:#1A215E;
    font-size:120%;
    font-weight:normal;
    font-style:none; }


/* class-4-header: important (within text) */
H4 {
    color:#AA0505;
    font-size:110%;
    font-weight:bold;
    font-style:none; }

/* class-5-header: smaller text */
H5 {
    font-size:60%;
    font-weight:normal;
    font-style:none; }

/* Table's first column: Short description / topic */
td.FirstCol {
   color:#1A215E;
   font-size:95%;
   font-weight:bold;
   font-style:none;
   text-align:left; }


/* copyright-notice at bottom of each page */
p.copyright {
   color:#1A215E;
   font-size:70%;
   font-weight:normal;
   font-style:none;
   text-align:center; }

/* font for samples (blind table) */
table.2col {
    font-size: 100%; }

/* font for samples (blind table) */
table.bullet {
    font-size: 100%; }

/* link formats */
a:link { 
    color:#DD783B;
    font-weight:600;
    text-decoration:none; }

a:visited { 
    color:#DD783B; 
    font-weight:600;
    text-decoration:none; }

a:hover { 
    text-decoration:underline; }