body {
	color: #000000;
	background: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link img {
	border-style: none;
	text-decoration: none;
}

a:link {
	border:none;
	text-decoration: underline;
	color:#0000CC;
	background: transparent;
}

a:visited {
	text-decoration: underline;
	color:#0000CC;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color:#000000;
	background: transparent;
}

a:active {
	text-decoration: none;
	color:#0000CC;
	background: transparent;
}

a img {
	border:none;
	text-decoration:none;
}