
      .table {
        background: #ffffc0;
        text-decoration: none;
        border: 1px black solid;
      }

      .title {
        background: gold;
        text-decoration: none;
      }

      .header {
        background: #fff000;
        text-decoration: none;
        font-weight: bold;
      }

      .headercol1 {
        border-top: 1px black solid;
        border-right: 1px black solid;
      }

      .header2col1 {
        border-right: 1px black solid;
      }

      .headercolmid {
        width: 5em;
        border-top: 1px black solid;
        border-right: 1px black solid;
      }

      .header2col1mid {
        width: 5em;
        border-right: 1px black solid;
      }

      .header2col2mid {
        width: 10em;
        border-top: 1px black solid;
        border-right: 1px black solid;
      }

      .headercollast {
        width: 5em;
        border-top: 1px black solid;
      }

      .header2collast {
        width: 5em;
      }

      .subheader1 {
        border-top: 1px gray solid;
        font-weight: bold;
      }

      .col1 {
      }

      .col2 {
      }

      .colmid {
        width: 5em;
      }

      .collast {
        width: 5em;
      }

      .balloon {
        font-family: Trebuchet MS,Georgia,Verdana,Arial,Helvetica,SansSerif;;
        font-size: 11px;
      }

      .balloon_head {
        font-weight: bolder;
        text-decoration: underline;
      }
	  
	    span.shareit_header {
	        font-weight: bold;
	    }      

	    span.shareit_seperator {
	        clear: both;  
	        height: 0px;
	    }

	    span.shareit a img {
	        filter:alpha(opacity=50); opacity:0.50; -khtml-opacity:0.50;
	    }

	    span.shareit a:hover img {
	         filter:alpha(opacity=99); opacity:0.99; -khtml-opacity:0.99;
	    } 