body {
	margin: 10px 10px 10px 10px;
}

td {
	background: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

A:link {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.crossLinkText {
	font-size: 1;
}

