body {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica;
	line-height: 14px;
	background-color: #ffffff;
	margin: 0;
	cursor: default;
}
td, table {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica;
	line-height: 14px
}
a:link {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	cursor: default;
}
a:active {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

