html{
height:100%;
overflow:hidden;/* STOP SCROLLBARS ON HTML */
}
body{
font-family:Arial, Helvetica, sans-serif;
background-color:#FF8000;
color:#000000;
text-align:center;
font-size:63%;
height:100%;
width:100%;
margin:0px;
padding:0px;
overflow:hidden;/* STOP SCROLLBARS ON BODY */
}
table{
padding:0px;
margin:1px auto;
border:1px solid black;
margin-bottom:20px;
}
td, th{
width:3em;
text-align:center;
padding:3px;
}
.firstcol{
width:2em;
text-align:center;
}
.secondcol{
width:7em;
text-align:centre;
}
.thirdcol{
width:15em;
text-align:left;
}
.fourthcol{
width:3em;
text-align:left;
}
.fifthcol{
width:3em;
text-align:left;
}
.secondcol span{
margin-right:1em;
}
td span{
margin-right;3em;
}
.alternate{
background-color:#AAAAFF;
}
p.alphab{
color:#000000;
font-size:150%;
margin-bottom: 30px;
}
p.alphab a{
color:#000000;
padding:2px;
}
p.alphab a:hover{
text-decoration:none;
}
.size1{
font-size:68%;
}
.size2{
font-size:120%;
}
.left{
text-align:left;
}
#fixedheader{
position:absolute;
width:100%;
left:-49.7%;
z-index:2;
}
.narrowtable{
width:975px;
}
#scrollingtable{
position:relative;
top:224px;
margin-bottom:320px;
} 
img#click{
position:absolute;
z-index:5;
top:66px;
left:140px;
}