html {
     overflow: -moz-scrollbars-vertical;
}


body, td, input, option, select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align:	middle ;

}


td {
	vertical-align: left;
}

.logo {
	font-size: 24px;
	font-weight: bolder;
	cursor: pointer;
}
a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

INPUT, select {
	border: 1px solid black;
}

INPUT.button {
	width: 100px;
}

TD.tab {
	width: 100px;
	text-align: center;
	font-weight: bold;
	border: 1px solid blue;
	cursor: pointer;
}

TR.listitem {
	text-align: left;
	m: expression(this.onmouseover =  new Function("this.className = 'listitem-hover';"));

}

TR.listitem:hover,.listitem-hover  {
cursor: pointer;
	background-color: #E9E9E9;
	m: expression(this.onmouseout = new Function("this.className = 'listitem';"));
}


TD.listHeader {
	border-bottom: 1px solid blue;
}
