/* start.css */


body
  {
    margin:0px;
    font-family:Arial, Helvetica;
  }

div.background
  {
    width:843px;
    height:511px;
    background-color:#cccccc;
  }
  
div.mainBody
  {
    margin-top:0px;
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
    width:839px;
    height:365px;
    background-color:#ffffff;
  }
  
table.title
  {
    margin-top:7px;
    margin-bottom:0px;
    margin-left:8px;
    margin-right:3px;
  }
  
td.titleText
  {
    height:59px;
    width:810px;
    color:#00376a;
    font-size:15pt;
    background-image:url(../images/background5.gif);
    background-repeat:repeat-x;
  }
  
td.titleEdges
  {
    height:59px;
    width:10px;
  }
  
table.options
  {
    margin-top:6px;
    margin-bottom:0px;
    margin-left:8px;
    margin-right:5px;
    width:404px;
  }
  
td.clamps
  {
    height:20px;
    color:#ffffff;
    background-color:#055094;
    font-size:10pt;
  }
  
td.shocks
  {
    height:20px;
    color:#ffffff;
    background-color:#1a63a7;
    font-size:10pt;
  }
  
table.disclaimer
  {
    position:relative;
    top:12px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:8px;
    margin-right:3px;
  }
  
td.disclaimerText
  {
    height:31px;
    width:807px;
    font-size:8pt;
    background-image:url(../images/background6.gif);
    background-repeat:repeat-x;
  }
  
td.disclaimerEdges
  {
    height:31px;
    width:10px;
  }
  
a.sysrq
  {
    text-decoration: none;
    color: #05649e;
  }
  
a.disclaimer
  {
    text-decoration:none;
    color:#05649e;
  }
  
a.prodselect
  {
    text-decoration:none;
    color:#ffffff;
  }

div.sysrq
  {
    border: 1px solid rgb(187, 187, 187);
    font-family: Arial, Helvetica;
    font-size: 8pt;
    background-color: #dcdedc;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
