a:link {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #1A1A1A
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #CCFF33
	text-decoration: none;
}
a:visited {
        font-family: "Trebuchet MS", Verdana, Tahoma;
        font-size: 12px;
	color: #1A1A1A
        text-decoration: none;
}
linksto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
.copyright {color: #ccc; font-size: 9px; font-family: Arial, Helvetica, sans-serif}
.heading   { color: #3F3F3F; font-weight: bold; font-size: 16px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.subheading  { color: #3F3F3F; font-weight: bold; font-size: 14px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.tabheading  { color: #666; font-weight: bold; font-size: 12px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.copy  { color: #3F3F3F; font-size: 12px; line-height: 18px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.copy_bold { color: #3F3F3F; font-weight: bold; font-size: 12px; line-height: 18px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
div#tbl-contessa {
width: 750px;
height: 350px;
overflow: auto;
scrollbar-base-color:#999;
}
div#tbl-container {
width: 650px;
height: 400px;
overflow: auto;
scrollbar-base-color:#999;
}

#table {
table-layout: fixed;
border-collapse: collapse;
background-color: WhiteSmoke;
}

div#tbl-container table th {
width: 650px;
}

div#tbl-contessa table th {
width: 650px;
}

thead th, thead th.locked       {
font-size: 14px;
font-weight: bold;
text-align: left;
background-color: white;
#color: white;
border-right: 1px solid silver;
position:relative;
cursor: default;
}

thead th {
top: expression(document.getElementById("tbl-container").scrollTop-2); /* IE5+ only */
z-index: 20;
}
thead th {
top: expression(document.getElementById("tbl-contessa").scrollTop-2); /* IE5+ only */
z-index: 20;
}

