body{
	background-color: #EEE9E9;
}
td{
	font-family: Courier New;
	font-size: 8pt;
	color: #000000;
}
.border{
	border: 1px solid #993300;
}
.textBox{
	border: 1px solid #993300;
	background: transparent url(images/balance.gif) no-repeat right top;
	background-attachment: scroll;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}
a:visited { 
	color:#ff6600; 
	text-decoration: none;
	font-weight: bold;
}
a:active { 
	color:#666666; 
	text-decoration: none;
	font-weight: bold;
	}
a:hover { 
	color:#666666; border-bottom: 2px dotted #cccccc;
	text-decoration: none;
	font-weight: bold;
}


a.img:hover { 
	border-bottom: 2px dotted #cccccc;
	
}