td {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	cursor: auto;


}
a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	cursor: hand;

}
a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	cursor: hand;

}
a:visited {
	font-size: 12px;
	color: #2E6832;
	text-decoration: none;
	cursor: hand;

}
.side {
	border: 1px solid #CCCCCC;
}
.bg {
	background-color: #F0F0F0;
	font-weight: bold;
	color: #FF6600;
}


