body {}
p {}
td {}
.arial11 { color: #ccced1; font-size: 11px; font-family: Arial }
.arial12 { color: white; font-size: 13px; font-family: Arial; text-transform: uppercase }
.arial18  { color: #4e5973; font-size: 18px; font-family: Arial }
.arial11white { color: white; font-size: 11px; font-family: Arial }
.linkwhite { font-size: 11px; font-family: Arial; line-height: 11px; text-decoration: none; background-color: transparent }
.linkwhite a:link   { color: white; font-size: 11px; font-family: Arial; line-height: 11px; text-decoration: none; background-color: transparent }
.linkwhite a:visited  { color: white; font-size: 11px; font-family: Arial; line-height: 11px; text-decoration: none; background-color: transparent }
.linkwhite a:hover  { color: #8586c9; font-size: 11px; font-family: Arial; line-height: 11px; text-decoration: none; background-color: transparent }
.linkwhite a:active  { color: white; font-size: 11px; font-family: Arial; line-height: 11px; text-decoration: none; background-color: transparent }
.Freezing
{
   position:relative ;
   top:expression(this.offsetParent.scrollTop-1);
   left: expression(this.offsetParent.scrollLeft-7);
   z-index: 10;
}

div.scrollTableContainer {
	height: 250px;	
    overflow: auto;
    overflow-x: hidden;
	width: 457px;
     
	margin: 0px 0 0 0;
	position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented */

/* All browsers (but especially IE) */
div.scrollTableContainer table {
	width: 952px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table {
    width: 970px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table>tbody	{  
    overflow: auto; 
    height: 250px;
    overflow-x: hidden;
}

div.scrollTableContainer thead tr	{
	position:relative; 
	/*top: expression(offsetParent.scrollTop); /*IE5+ only*/
	/* fixes the header being over too far in IE, doesn't seem to affect FF */
    left: 0px;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {padding-right: 0px;}


div.scrollTableMain {
	height: 323px;	
    overflow: auto;
    overflow-x: hidden;
	width: 544px;
     
	margin: 0px 0 0 0;
	position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented */

/* All browsers (but especially IE) */
div.scrollTableMain table {
	width: 952px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table {
    width: 970px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableMain table>tbody	{  
    overflow: auto; 
    height: 323px;
    overflow-x: hidden;
}

div.scrollTableMain thead tr	{
	position:relative; 
	/*top: expression(offsetParent.scrollTop); /*IE5+ only*/
	/* fixes the header being over too far in IE, doesn't seem to affect FF */
    left: 0px;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableMain td:last-child {padding-right: 0px;}
