@media screen {
  p, div, span, table {
    margin: 0px; 
    color: black;
    /*background-color: white; */
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
  }

  .alertRed {
    color: white;
    background-color: red;
  }
  .alertYellow {
    color: black;
    background-color: yellow;
  }
  .alertOrange {
    color: black;
    background-color: yellow;
  }
  .alertGreen {
    color: black;
    background-color: green;
  }

  input {
    color: Black;
    background-color: #F2F2F2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: 1px solid #999999;
  }
  input.plain {
    border: none;
    background-color: #FFFFFF;
  }
  select {
    color: black;
    background-color: #F2F2F2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: 1px solid #999999;
  }
  .radio {
    background-color: #FFFFFF;
    border: none;
  }

  input.fitb {
    color: black;
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
  }

  body {
    color: black;
    background-color: black;
    margin: 0px;
  }

  div.first {
    text-align: center;
    background-color: black;
  }
  table.layoutMaster {
    width:800px;
  }
  td.layoutTop {
    height: 22px;
    background-color: #999999;
    background-position: top;
    background-image: url('../graphics/layout/OuterTop.jpg');
    background-repeat: repeat-x;
  }
  td.layoutBottom {
    height: 22px;
    background-color: #999999;
    background-position: top;
    background-image: url('../graphics/layout/OuterBottom.jpg');
    background-repeat: repeat-x;
  }
  td.outerLeft {
    width: 31px;
    height: 100%;
    text-align: left;
    background-color: #999999;
    background-image: url('../graphics/layout/OuterLeft.jpg');
    background-repeat: repeat-y;
    background-position: left;
  }
  td.layoutLeft {
    text-align: left;
    background-color: #999999;
    background-image: url('../graphics/layout/OuterLeft.jpg');
    background-repeat: repeat-y;
    background-position: left;
  }
  td.outerLeftBar {
    width: 31px;
    height: 30px;
    background-color: #009966;
    background-image: url('../graphics/layout/OuterLeftBar.jpg');
    background-repeat: repeat-y;
    background-position: left;
  }
  td.outerRight {
    width: 31px;
    height: 100%;
    text-align: right;
    background-color: #999999;
    background-image: url('../graphics/layout/OuterRight.jpg');
    background-repeat: repeat-y;
    background-position: right;
  }
  td.layoutRight {
    text-align: right;
    background-color: #999999;
    background-image: url('../graphics/layout/OuterRight.jpg');
    background-repeat: repeat-y;
    background-position: right;
  }
  td.outerRightBar {
    width: 31px;
    height: 30px;
    text-align: right;
    background-color: #009966;
    background-image: url('../graphics/layout/OuterRightBar.jpg');
    background-repeat: repeat-y;
    background-position: right;
  }
  td.layoutMenu {
    width: 235px;
    height: 100%;
    background-color: #EEEEEE;
    background-image: url('../graphics/layout/MenuBottom.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
  }
  td.menuTop {
    width: 235px;
    height: 25px;
    background-color: #999999;
  }
  td.menuHead {
    width: 235px;
    border: 1px solid black;
    border-bottom: none;
    padding-top: 6px;
    text-align: center;
    font-family: 'Arial Black', Arial;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    background-color: #EEEEEE;
  }
  td.menuMain {
    width: 235px;
    height: 100%;
    text-align: left;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #EEEEEE;
  }
  td.menuBottom {
    width: 235px;
    height: 5px;
    border-top: 1px solid black;
    text-align: left;
    background-color: #999999;
    background-image: url('../graphics/layout/MenuBottom.jpg');
    background-repeat: repeat-x;
    background-position: top;
  }
  td.menuRightBar {
    width: 5px;
    height: 30px;
    background-color: #009966;
    background-image: url('../graphics/layout/MenuRightGreen.jpg');
    background-repeat: repeat-y;
    background-position: left;
  }
  td.menuRight {
    width:5px;
    background-color: #999999;
    background-image: url('../graphics/layout/MenuRightGray.jpg');
    background-repeat: repeat-y;
    background-position: left;
  }
  table.content {
    width: 100%;
    height: 100%;
    background-color: #999999;
  }
  td.contentHead {
    width: 100%;
    height: 135px;
    background-color: #999999;
    text-align: center;
  }
  td.contentBar {
    width: 100%;
    height: 30px;
    color: white;
    background-color: #009966;
    text-align: center;
  }
  td.contentMain {
    width:100%;
    height: 100%;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    text-align: left;
    border: 3px inset #CCCCCC;
    padding: 6px;
  }
  td.contentBottom {
    width: 100%;
    height: 50px;
    padding-top:6px;
    text-align: center;
    font-size: 8pt;
    color: yellow;
    background-color: #999999;
  }
  table.navMenu {
    background-color: #EEEEEE;
  }
  td.navMenu {
    background-color: #EEEEEE;
  }
  a.navMenuMajor, span.navMenuMajor {
    color:#666666;
    text-decoration:none;
    font-weight:bold;
    font-size:10pt;
    line-height:12pt;
    vertical-align: middle;
  }
  span.navMenuMajor {
    vertical-align:middle;
  }
  a.navMenuMinor {
    color:#666666;
    text-decoration:none;
    font-weight:bold;
    font-size:9pt;
    display:block;
    margin-bottom:6pt;
  }
  a.plainLink {
    color: black;
    text-decoration: none;
  }
  a.plainLinkWhite {
    color: white;
    text-decoration: none;
  }
}

@media print {
  p, div, span, table {
    margin: 0px; 
    color: black;
    background-color: white; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
  }

  .alertRed {
    color: black;
    background-color: white;
    font-weight:bold;
  }
  .alertYellow {
    color: black;
    background-color: white;
  }
  .alertOrange {
    color: black;
    background-color: white;
  }
  .alertGreen {
    color: black;
    background-color: white;
  }

  input {
    color: Black;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: none;
  }
  input.plain {
    border: none;
    background-color: white;
  }
  select {
    color: black;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: none;
  }
  .radio {
    background-color: #FFFFFF;
    border: none;
  }

  input.fitb {
    color: black;
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
  }

  body {
    color: black;
    background-color: white;
    margin: 0px;
  }

  div.first {
    text-align: center;
  }
  td.layoutTop {
    height: 22px;
    display: none;
  }
  td.layoutBottom {
    height: 22px;
    display: none;
  }
  td.outerLeft {
    width: 31px;
    height: 100%;
    text-align: left;
    display: none;
  }
  td.layoutLeft {
    text-align: left;
    display: none;
  }
  td.outerLeftBar {
    width: 31px;
    height: 30px;
    display: none;
  }
  td.outerRight {
    width: 31px;
    height: 100%;
    text-align: right;
    display: none;
  }
  td.layoutRight {
    text-align: right;
    display: none;
  }
  td.outerRightBar {
    width: 31px;
    height: 30px;
    text-align: right;
    display: none;
  }
  td.layoutMenu {
    width: 235px;
    height: 100%;
    display: none;
  }
  td.menuTop {
    width: 235px;
    height: 25px;
    display: none;
  }
  td.menuHead {
    width: 235px;
    padding-top: 6px;
    text-align: center;
    font-family: 'Arial Black', Arial;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    display: none;
  }
  td.menuMain {
    width: 235px;
    height: 100%;
    text-align: left;
    display: none;
  }
  td.menuBottom {
    width: 235px;
    height: 5px;
    text-align: left;
    display: none;
  }
  td.menuRightBar {
    width: 5px;
    height: 30px;
    display: none;
  }
  td.menuRight {
    width:5px;
    display: none;
  }
  table.content {
    width: 7.5in;
    height: 100%;
  }
  td.contentHead {
    width: 100%;
    height: 135px;
    text-align: center;
    display: none;
  }
  td.contentBar {
    width: 100%;
    height: 30px;
    color: white;
    text-align: center;
    display: none;
  }
  td.contentMain {
    width:7.5in;
    height: 100%;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    text-align: left;
  }
  td.contentBottom {
    width: 100%;
    height: 50px;
    padding-top:6px;
    text-align: center;
    font-size: 8pt;
    color: black;
  }
  table.navMenu {
    display: none;
  }
  td.navMenu {
    display: none;
  }
  a.navMenuMajor {
    color:#666666;
    text-decoration:none;
    font-weight:bold;
    font-size:10pt;
    display: none;
  }
  a.navMenuMinor {
    color:#666666;
    text-decoration:none;
    font-weight:bold;
    font-size:9pt;
    display: none;
  }
  a.plainLink {
    color: black;
    text-decoration: none;
  }
  a.plainLinkWhite {
    color: white;
    text-decoration: none;
  }
  table.noprint, td.noprint {
    display:none;
  }
  .noprint {
    display:none;
  }
}