﻿/* or #a51133 ?*/
@media print {
  .HiddenText label {
    display: none;
  }
  div.head,
  div.subhead,
  div.logo,
  div.footmenu,
  div.footer table,
  div.floatmenu,
  object,
  .no-print,
  .toc-links,
  .tocaltlinks,
  .toc-enroll,
  .toc-alt-enroll,
  .NonMicroSkins,
  .wppt-wrapper {
    display: none !important;
  }
  body,
  #page-content,
  #page-content-scroll {
    overflow: visible !important;
  }
  .footcopy,
  .toc {
    margin-left: 3%;
    margin-right: 3%;
  }
  .toc-detail {
    margin-bottom: 1em;
  }
  .box {
    max-width: 320px;
  }
  .box h1 {
    font: 22px myriad pro;
    margin: 1px 0;
    color: #fff;
    text-align: center;
    margin-top: 5px;
  }
  .box h2 {
    font: 22px myriad pro;
    margin: 1px 0;
    text-align: center;
  }
  .box1-frame {
    padding: 10px;
  }
  .box1 {
    background: #ccc;
    /* for IE */
    background: rgba(220, 220, 220, 0.8);
    border-radius: 15px;
    height: 212px;
    margin: 0 auto;
    padding: 15px;
    /* Vignette */
    box-shadow: inset 0 0 10px #666;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    text-shadow: #fff 1px 1px, #ccc 2px 2px;
  }
  .box1 table tbody {
    text-align: left;
  }
  .box1 table td.box-center {
    padding: 0 8px;
  }
}