img, div, a, input, td { behavior: url(iepngfix.htc) }
Body { Background: transparent; }
body{
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

TD,P,body {COLOR:#ffffff; FONT-FAMILY:verdana; FONT-SIZE:8pt;}
A:LINK{COLOR:#ffffff; FONT-FAMILY:verdana; FONT-SIZE:8pt; text-decoration: none;}
A:VISITED{COLOR:#ffffff; FONT-FAMILY:verdana; FONT-SIZE:8pt; text-decoration: none;}
A:HOVER{COLOR:#ff0000; FONT-FAMILY:verdana; FONT-SIZE:8pt; text-decoration: none;}

.tabletitle {
background-color:#171a15;
padding: 11px;
}
.tablecell {
padding-top: 11px;
padding-left: 11px;
padding-right: 11px;
}

.thumb {
margin: 6px;
float:left;
cursor:hand;
cursor:pointer;
}

input, textarea{
COLOR:#ffffff; FONT-FAMILY:verdana; FONT-SIZE:8pt;
background:#0C0E10;
border:2px SOLID #0C0E10;
margin-bottom: 3px;
margin-top: 4px;
}
input, submit{
font-weight:bold;
}
hr{
text-align: left;
margin: 0 auto 0 0; 
border: none 0;
border-top: 1px solid #1C1914;
width: 385px;
height: 1px;
margin-bottom: 12px;
margin-top: 12px;
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 430px;
	height: 570px;
	padding-right:10px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #000000;*/
}
