/*----------------------------------------------*/
/*     S T A N D A R D   S E T T I N G S        */
/*                                              */
/* settings should commonly be used in all      */
/* content pages, i.e. the RHSs of our frameset */
/*----------------------------------------------*/
body { background-color: #F3F3F3; } /* body settings for content pages (RHS in frameset) */

/* Note: using background image works as follows: */
/*
body { background-image: url( <relative-path-to-image> ); background-repeat:no-repeat; }
*/
/* h1, h2, h3, h4, p, ul, ol, li, div, td ,th, address, blockquote, nobr, b, i { font-family:Arial, sans-serif; } */

h1, h2, h3, h4 { font-family:Arial, sans-serif; }
p, ul, ol, li, dl, dt, dd, div, td ,th, address, blockquote, nobr, b, i { font-family:Arial, sans-serif; }

h1 { font-size:26px; margin-bottom:14px; margin-top:14px; }

h2 { font-size:22px; margin-bottom:12px; margin-top:14px; }

h3 { font-size:18px; margin-bottom:10px; margin-top:14px; }

h4 { font-size:15px; margin-bottom:10px; margin-top:14px; }

p, ul, ol, li, dl, dt, dd, div, td, th, address, blockquote, b , i { font-size:15px; }

li { margin-top:10px; }
dl { margin-top:10px; }


a:link    { color:#0000EE; }
a:visited { color:#551A8B; text-decoration:underline; }
a:active  { color:#FF0000; text-decoration:none; }

span.topics_fast      { color:#0000EE; font-style:italic }
span                  { color:#000000; }

/*----------------------------------------------*/
/*     c o l o r   i n f o                      */
/*----------------------------------------------*/
/* "Fast" in FastOpt and all links are displayed with */
/* color "#0000EE":                                   */
/*                  RGB:   0   0 238                  */
/*                  HSV: 240 255 238                  */


/*----------------------------------------------*/
/*     F O O T E R                              */
/*----------------------------------------------*/
p.footer                          { margin-top:30px; margin-bottom:0px; }
table.footer                      { border:0; width:100%; height:10%; }
table.footer a:link               { color:#0000EE; text-decoration:none; } /* do not underline links here! */
table.footer a:visited            { color:#0000EE; text-decoration:none; }
table.footer a:hover              { background-color:#E9E9E9; font-weight:bold; }
table.footer span                 { color:#000000; font-weight:bold; font-size:18px; }
table.footer span.footer_fopt     { color:#0000EE; font-style:italic; font-weight:bold; font-size:18px; } /* "Fast" with special color and style */


/*----------------------------------------------*/
/*     T O P I C S   F R A M E   (on lhs)       */
/*----------------------------------------------*/
body.topics                       { background-color: #E9E9E9; }
body.topics span.topics_fast      { color:#0000EE; font-style:italic }
body.topics span                  { color:#000000; }
body.topics a:link                { color:#0000EE; text-decoration:none; } /* do not underline links here! */
body.topics a:visited             { color:#0000EE; text-decoration:none; } /* do not underline links here! */
body.topics a:hover               { background-color:#F3F3F3; color:#0000EE;}


