td { 
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
} 
A:link { 
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
A:active { 
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
A:visited { 
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
A:hover { 
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
}
.imgborder { 
border: 1px solid #000000;
}
body { 
scrollbar-face-color: #E3E3E3;
scrollbar-highlight-color: #E3E3E3;
scrollbar-3dlight-color: #E3E3E3;
scrollbar-darkshadow-color: #F2F2F2;
scrollbar-shadow-color: #F2F2F2;
scrollbar-arrow-color: #888888;
scrollbar-track-color: #cccccc;
}
input { 
	border: 1px solid #E2E2E2;
	background-image: url(_images/textfield.gif);
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
textarea { 
	border: 1px solid #E2E2E2;
	background-image: url(_images/textfield.gif);
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
select { 
	border: 1px solid #E2E2E2;
	background-image: url(_images/textfield.gif);
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
td.mouseover { 
	background: #E3E3E3; 
	border: 1px solid #000000;
	cursor:hand;
	      } 
td.mouseout { 
	background: transparant; 
	border: 1px solid #F3F3F3;
      } 
tr.mouseover { 
      background: #cccccc; 
      } 
tr.mouseout { 
      background: transparant; 
      } 
.blankborder { 
	border: 1px solid #F3F3F3;
	}