body
{
background-color:#eeeeee;
}

table.toptable{
margin-left:auto; 
margin-right:auto; 
border: 1px solid black;
}

table.myTable
{
background-color:white;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
border: 1px solid black;
}

td
{
padding:6px;
}

table.myTable2
{
background-color:white;
}

table.myTable3
{
position:fixed;
bottom:50px;
border: 1px solid black;
}

div.small{font-weight:bold;font-family:Arial,Helvetica,sans-serif;font-size:70%}

div.sansserif{font-family:Arial,Helvetica,sans-serif;font-size:80%}

div.title{font-weight:bold;font-family:Arial,Helvetica,sans-serif;font-size:100%}


