td.a
{
vertical-align:top;
background-color:#C0C0C0;
border-style:solid;
border-width:1px;
border-color:#000000;
}

td.b
{
vertical-align:top;
border-style:solid;
border-width:1px;
border-color:#000000;
}

hr.std
{
border:0;
width:100%;
background-color:#204079;
height:3px;
}

#arrow:link, #arrow:visited
{
background-image:url(downgif.jpg);
background-repeat:no-repeat;
position:fixed;
display:block;
height:60px;
width:60px;
top:50%;
right:0%;
z-index:5;
opacity:0.5;filter:alpha(opacity=50);
}
#arrow:hover, #arrow:active
{
opacity:1.0;filter:alpha(opacity=100);
}

#arrowup:link, #arrowup:visited
{
background-image:url(upgif.jpg);
background-repeat:no-repeat;
position:fixed;
display:block;
height:60px;
width:60px;
top:40%;
right:0%;
z-index:5;
opacity:0.5;filter:alpha(opacity=50);
}
#arrowup:hover, #arrowup:active
{
opacity:1.0;filter:alpha(opacity=100);
}