/*  (c) Jean-Claude Stritt / février 2001 */ 

BODY { background-color: #F1F1F1;
  /*   background-image: url("csmksm.jpg"); */
       background-attachment: fixed;
       font-family: arial, verdana, helvetica, sans-serif;
       text-align:  justify;
       margin-right: 40px}

BODY, TD, A { font-weight: normal; 
              font-style: normal; 
              text-decoration: none; }

P.Left    {text-align: left}
P.Center  {text-align: center}
P.Justify {text-align: justify}
P.Right   {text-align: right}

P.T1  {font-family: "Times New Roman";
       font-size:   24pt;
       font-weight: bold;
       text-align:  center;
       margin-top: 8pt;
       color: #c61410;}

P.T2  {font-family: "Times New Roman";
       font-size:   9pt;
       font-weight: bold;
       text-align:  center;
       margin-top: -12pt;
       color: #000000;}

P.T3  {font-size:   8pt;
       text-align:  center;}

P.T4  {font-size:   8pt;
       text-align:  left;}

P.T5  {font-size:  10pt;
       text-align: left;}

P.R1  {text-indent: 40px;}

P.R2  {font-style: italic;}

P.R3  {font-style: italic; 
       font-weight: bold;
       text-align:  right;}

UL    { text-align: left;
        list-style-type: disk;
        list-style-position: outside; }

UL.L1 { font-size: 9pt; 
        text-align: left;
        list-style-type: square;
        list-style-position: outside; }

H1 { color: #c61410;
     font-size: 180%;
     font-weight: bold;
     text-align: center; }

H2 { color: rgb(0,0,128);
     font-size: 140%; 
     font-weight: bold; 
     text-align: center; }

H3 { color: rgb(0,0,128);
     font-size: 120%; 
     font-weight: bold; 
     text-align: left; }

H4 { color: #c61410;
     font-size: 100%; 
     font-weight: bold; 
     text-align: left; }

H5 { color: rgb(0,0,128);
     font-size: 80%; 
     font-weight: normal; 
     text-align: justify; }

A         { font-size: 9pt;
            line-height: 12pt;
            font-family: arial, helvetica, sans-serif;}

A:link    { color: rgb(128,0,0); 
            font-weight: 500; }

A:visited { color: rgb(128,0,0);
            font-weight: 500; }

A:active  { color: rgb(128,0,0); 
            font-weight: bold; }

A:hover   { color: #c61410;
            font-style: italic;
            font-weight: bold; }

A.image   { color: #000000; }

