@charset "iso-8859-1";
/* author: Greg Tillotson */
/* Creation date: 5/6/2008 */

.spectable {
width:480px;
border-collapse:collapse;
}

.spectable th {
border:1px silver solid;
font-size:7pt;
font-weight:bold;
padding:2px;
color:black;
background-color:silver;
text-align:left;
}

.spectable td {
border:1px silver solid;
font-size:7pt;
font-weight:normal;
padding:2px;
text-align:left;
}
