
  .stabs_container {
    background-color: #FFFFFF;
  }

  .stabs_box {
  }

  .stabs_tabs {
    padding: 0;
    font-size: 1em;
    background: #CBC48E;
    background: #B36E65;
    background: #BFA07F;
    width: 100%;
    text-align: center;
  }

  #stabs_c1 .stabs_tabs a, #stabs_tab_c1_last {
    padding: 8px 8px;
    display: block;
    float: left;
    color: #FFFFFF !important;
    text-decoration: none;
    background: transparent url(images/tab.jpg);
    position: relative;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
  }

  #stabs_c1 .stabs_tabs a:focus {
    outline: 0;
  }

  #stabs_c1 .stabs_tabs a:hover {
  }

  #stabs_c1 .stabs_tabs a:active {
  }

  .stabs_tabs div {
    display: block;
    float: left;
  }

  .stabs_clear {
    clear: left;
    height: 0;
    line-height: 0;
    font-size: 0;
  }

  .stabs_content {
    padding: 10px;
    background-color: #FFFFFF;
    font-size: .95em;
    line-height: 1.5em;
    position: relative;
    z-index: 1;
    top: -1px;
    left: 0;
    color: #333333;
  }

  .stabs_content h2, .stabs_content h3, .stabs_content h4 {
    font-size: 1.1em;
    margin: 0px;
    line-height: normal;
  }

  .stabs_content p {
    margin: 6px 0 12px 0;
  }

  #stabs_c1 .stabs_tabs div.stabs_selected {
    padding: 0;
    position: relative;
    z-index: 2;
  }

  #stabs_c1 .stabs_tabs div.stabs_selected a {
    background: transparent url(images/tabselected.jpg);
    color: white !important;
  }

  #stabs_tab_c1_1 a {
    background: #CBC48E !important;
    background: #B36E65 !important;
    background: #BFA07F !important;
  }

  #stabs_tab_c1_1.stabs_selected a {
    background: #968A1C !important;
    background: #993D32 !important;
    background: #A26411 !important;
  }

  .stabs_tabs {
    display: none;
  }

  .stabs_squeezer {
    border: 1px solid #CBC48E;
    border: 1px solid #B36E65;
    border: 1px solid #BFA07F;
  }

  /* Print */

  @media print {

    .stabs_tabs { display: none !important; }
    #stabs_content_c1_1 { display: inline !important; }
    #stabs_content_c1_2 { display: inline !important; }
    #stabs_content_c1_3 { display: inline !important; }
    #stabs_content_c1_4 { display: inline !important; }
    #stabs_content_c1_5 { display: inline !important; }
    #stabs_content_c1_6 { display: inline !important; }
    #stabs_content_c1_7 { display: inline !important; }
    #stabs_content_c1_8 { display: inline !important; }
    #stabs_content_c1_9 { display: inline !important; }

  }

