﻿

.print {visibility:visible;} 
.noprint{visibility:hidden;}
 #general 
    { display: none; }
.printbutton {
  font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #411963;
    text-align: center;
    vertical-align: middle;
    background-color: #d8e1cc;
    border-right: #408337 1px solid;
    border-top: #408337 1px solid;
    border-left: #408337 1px solid;
    border-bottom: #408337 1px solid;
    cursor: hand;
    height: 25px;
    width: 160px;
    border: thin #8ea86b;
  
}

