/* ibstyle.css: master style sheet for Ironbound Technologies */
/* $Id: ibstyle.css,v 1.2 2002/11/19 15:34:15 jro Exp $ */

BODY { 
   font-family: Arial,Verdana,Helvetica,sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 9pt;
   text-color: white;
   color: white;
   margin: 10px;
   padding: 10px;
}


/* should not use general settings since will override class settings */
A:active { color: x0b8c8; text-decoration: none; font-weight: bold; }
A:hover { color: blue; text-decoration: none; font-weight: bold; }
A:link { color: white; text-decoration: none; font-weight: bold; }
A:visited { text-decoration: none; font-weight: bold; } 

A.orderform { color: #336666; text-decoration: none; font-weight: bold; }
A:hover.orderform { color: #000000; text-decoration: none; font-weight: bold; }

table { vertical-align: top; }
tr    { vertical-align: top; }
th { 
   font-family: Arial,Verdana,Helvetica,sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 10pt;
   vertical-align: top;
   text-align: left;
}
td { 
   font-family: Arial,Verdana,Helvetica,sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 10pt;
   vertical-align: top;
   text-align: left;
}

table.orderform {
   align: center;
   text-align: center;
   border-spacing: 4px;
   border: solid 1px #336666;
}
table.bookitem{
   align: center;
   text-align: center;
   border-spacing: 4px;
   border: solid 1px #336666;
}
tr.bookitem { background-color: #336666; }
th.bookitem { text-align: center; font-weight: bold; font-size: 12pt; }

td.desc { font-size: 10pt; }
td.copyright { text-align: center; font-size: 8pt; }
td.smallcover { text-align: left; }
td.title { font-weight: bold; font-size: 18pt; }
tr.booktitle { background-color: #336666; }
th.booktitle { text-align: center; font-weight: bold; font-size: 12pt; }
th.colhead   { text-align: left; font-weight: bold; font-size: 10pt; }
th.colheaddarkgreen   { text-align: left; color: #336666; font-weight: bold; font-size: 10pt; }
td.fcol1 { text-align: right; vertical-align: baseline; font-weight: bold; }
td.fcol2 { text-align: left; }
td.sidehead { 
  text-align: center; 
  vertical-align: top; 
  font-size: 12;
  font-weight: bold;
}
/* EOF */
