/* This is the CSS used for new product brochures */

BODY {
      background:       #E4E7EF;
      color:            Green;
      font:             16pt Arial;
      margin:           0;
      padding:          0;
      }
B {   font:             600 }
H1 {
      font:             16pt Arial;
      text-align:       Center;
      color:            Navy;
      }
H1 SUP {
      font-size:        12t;
      line-height:      14pt}
H2 {
      font:             14pt Arial;
      text-align:       Center;
      color:             Blue;
      }
H3 {
      font:             900 12pt Arial;
      text-align:       Left;
      color:            Black;
      }
H4 {
      margin:           0
      }

H5 {
      font:             900 10pt Arial;
      text-align:       Left;
      color:            Black;
      }

P.path {
   font-family:         Verdana;
   font-size:           8pt;
   text-align:          Left;
    color:              Gray;
    padding-left:       6pt;
   }

P.Center {
   text-align:          Center;
   }

P, TABLE {
      font:             10pt Arial;
      color:            Black;
      text-align:       Justify;
      }
P SUP { font-size:      8pt}
UL {  text-align:       Left;
      margin-top:       0;}
LI {  list-style-position:       outside;}

DIV.Brief {          /* Emulate Pages */
   background:          #FFF;
   width:               600px;
   padding:             10px;
   border:              1px Black Solid;
   margin:              6pt;
   }
DIV.Desc {           /* Emulate Pages */
   background:          #FFF;
   width:               600px;
   padding:             10px;
   border:              1px Black Solid;
   margin:              0;
   }
DIV.Left {
      font:             10pt Arial;
      padding:          0;
      color:            Black;
      margin:           0 12pt 6pt 0 }

DIV.Price {
      font:             10pt Arial;
      padding:          0;
      color:            Black;
      width:            496px;
      margin:           0 12pt 6pt 0 }

IMG {
   margin-left:      3pt
   border-style:        none;
   border-width: 0 0 0 0;
      }

IMG.Right {
   position:            relative;
   float:               right;
   margin:              0pt 0 6pt 12pt;
   border-style:        none;
   }

IMG.Left {
   position:            relative;
   float:               left;
   margin:              0pt 22pt 6pt 0;
   border-style:        none;
   }
TABLE.2Cols {
      color:            Black;
      margin:           10pt 5%;
      text-align:       Left;
  }
TABLE.2Cols TD {
      padding:          10pt;
      }

TABLE {color:           Black;}

TABLE#Order {
      border:           Black Thin Solid;
      margin-bottom:    16pt;
      color:            Black;
      width:            600px }

TABLE.remote_link {
      align:            center;
      border:           Black Thin Solid;
      margin-bottom:    16pt;
      background-color: #e4e7ef;
      width:            70%;
      margin-left: auto;
      margin-right: auto;
}


TD.Order {
      padding:          0 6pt;
      text-align:       Left;
      vertical-align:   top;
      font:             10pt Arial;
      color:            Black;
      }
TD.Title {
      font:             600 12pt Arial;
      color:            Black;
      text-align:       Center;
      }
TD.Head {
      font:             600 12pt Arial;
      color:            Black;
      border-bottom:    Black 1pt solid
      text-align:       Center;
      }
TD.Part {
      font:             400 12pt Arial;
      color:            Black;
      }

A    {text-decoration:  none}
A:link, A:visited {
      color:            Blue;
      }
A:hover {
      color:            Red;
      }

