  body {
    background: #ffefa6;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    /*scrollbar-base-color: orange; 
    scrollbar-arrow-color: green;
    scrollbar-DarkShadow-Color: blue;  
    overflow:hidden; */
  }  
  a, a img, a:visited {
    text-decoration:none;
    border:0px none;
    color:#000000;
    font-weight:bold;
  }
  a:active {
    text-decoration:underline;
    font-weight:bold;
  }
  img{
  	border:0px;
  }
  input {
     border-color:#00ffff;
     border-width:0px;
     border:dotted 1px;
     background-color: transparent;
     color:#00ffff;
     padding-left:3px;
     font-weight:bold;
  }
  .inputHighlighted{  /* Highlighting style */
    background-color:transparent;
    color:#FFF;
    border:1px solid #ffffff;
  } 
  .button
  {
     border-width:1px;
     background-color: transparent;
     color:#66ffff;
  }
  .smalltext {
    font-size:9px;
  }
  h1 {
    font-size:1.5em;
    font-weight:bold;
  }
  h2 {
    font-size:1.3em;
    font-weight:bold;
  }
  h3 {
    font-size:1.0em;
    font-weight:bold;
  }
  h4 {
    font-size:0.8em;
    font-weight:bold;
  }
  ul {
    padding-left:20px;
    margin:2px;
    list-style-type:circle;
    text-align:left;
  }
  h1,h2,h3,h4,h5,h6{
    display: inline;
  }

	hr {
    width:80%;
    border:0px;
    height:2px;
    background: #c20803;
    color:  #ffefa6;
  }
  .printheadline
  {
    display:none;
  }
  .print
  {
    display:none;
  }
  .ttf
  {
    cursor:pointer;
    vertical-align:top;
  }
