﻿body {
  margin: 0;
  font-color: black;
  font-family: arial;
  background-color: #666666;
}
table.intro {
  width: 800px;
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 14px;
  color: #333333;
  padding:0px;
}
table.global {
  width: 800px;
  height: 100%;
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 14px;
  color: #333333;
  padding:10px;
}
table.globalprint {
  width: 100%;
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 14px;
  color: #333333;
  padding:10px;
}
table,input,select {
  background-color: #ffffff;
  font-family: arial;
  font-size: 11px;
  color: #333333;
}
table.notes{
  background-color: #ffeeff;
  font-family: arial;
  font-size: 12px;
  color: #333333;
}
table.blist{
  background-color: #ffffee;
  font-family: arial;
  font-size: 12px;
  color: #333333;
}
th.blist, th.blistr{
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
}
th.blist{
  vertical-align:bottom;
}
td.blist, td.blistr{
  border-bottom:1px solid #999999;
}
th.blist, td.blist{
  border-left:1px solid #999999;
  padding: 5px;
}
th.cblistr, td.cblistr{
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  padding: 5px;
}
th.blistr, td.blistr{
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  padding: 5px;
}
td.blistc{
  border-bottom:1px solid #999999;
  padding: 5px;
}
A:link {color: #0000cc;}
A:visited {color: #551a8b;}
A:active {color: #ff0000;}
A:hover {color: #666666;}
.copy {font-size:9px;}
.hea {font-size:30px;}