/* Grayscale Systems LLC */

.center {text-align: center}

.two {
   background: url("index_files/BWmonitor.jpg") no-repeat center top;
   height: 1021px;
   width: 950px;
}

.pda {
   background: url("index_files/pda.jpg") no-repeat top;
   height: 900px;
   width: 642px; 
   margin-left:10em;
   text-align: center;
   padding-top: 10em;
}

a { 
  padding: 25px 15px 50px 15px;
  cursor: hand;
}

a:link {color: black; text-decoration: none} 
a:visited {color: #778899; text-decoration: none} 
a:hover {color: #D3D3D3; text-decoration: underline} 
a:active {color: red; text-decoration: underline} 

a.img {
  padding: 0px 0px 0px 0px;
  background-color: white; 
  cursor: hand;
}

a.blk {
  padding: 0px 0px 0px 0px;
  background-color: black; 
  cursor: hand;
}
 
a.blk:link {color: lightgreen; text-decoration: none} 
a.blk:visited {color: lightgreen; text-decoration: none} 
a.blk:hover {color: #D3D3D3; text-decoration: underline} 
a.blk:active {color: red; text-decoration: underline} 


hr {
  width: 80%;
  color: gray;
  background-color: gray;
  height: 5px;
}

ul.disc {
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
  font-size: 10.0pt;
  font-family: TT;
  margin-left: 1em;
}

li {
  margin-top: 1em;
}

blockquote.ip { 
   text-align: left;
   background: black none; 
   color: lightgreen;
   font-size: 10.0pt;
   line-height: 110%;
   font-family: TT;
   letter-spacing: 0.1em;
   margin-top: 12em;
   margin-left:20%;
   margin-right:20%;
   margin-bottom: 5em;
   padding: 1em;
}

button {
   background: #D3D3D3;
   padding: 1px;
   width:185px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   font-variant: small-caps;
   border: 1px solid #000000;
   cursor: hand;
} 

table { 
      table-layout: fixed;
      border-width: medium; 
      border-style: none;
      border-spacing: 0.1em;
      border-color: lightgreen;
      background-color: black;
      margin-top: 0.5em;
      margin-left: auto;
      margin-right: auto;
      cellspacing: 0; 
      cellpadding: 1em;
      width: 40em; 
} 

th {
	font: bold 10pt TT, Helvetica,sans-serif;
	color: lightgreen;
    text-transform: uppercase;
	text-align: center;
	background: black;
}

td { 
    border-width: medium; 
    border-style: outset;
    border-color: lightgreen;
    background-color: black;
    padding-left: 0.5em;
}
