#intro p {
position:relative;
left:150px;
top:100px;
}
#intro p em {
font-size:20px;
}
#intro h2 {
font-size:32px;
position:relative;
left:150px;
top:108px;
font-family:Arial, Helvetica, sans-serif;
}
.spectable {
border-bottom:#eaeaea solid 1px ;
border-top:#eaeaea solid 1px ;
background:#eaeaea;
padding:10px 10px 10px 40px;

}
.spectable table {
width:400px;
border-collapse:collapse;
background:#e7e7e7;
}
.spectable table tr th {
color:#000;
padding:2px;
text-align:left;
font-weight:bold;
border:#666666 solid 1px;
}
table tr td.left {
width:50%;
padding:3px 5px;
background:#fff;
border-left:#666666 solid 1px;
border-top:#666666 solid 1px;
border-bottom:#666666 solid 1px;
}
table tr td.right {
width:50%;
padding:0 5px 0 0;
background:#fff;
text-align:right;
border-right:#666666 solid 1px;
border-top:#666666 solid 1px;
border-bottom:#666666 solid 1px;
vertical-align:middle;
}
.hidden {
margin-left:-1px;
padding-left:1px;
}
table.toggletable tr th {
text-align:right;
}
table.toggletable tr th a:link {
text-decoration:none;
font-size:80%;
}