td {

	font-size: 12px;

	line-height: 145%;

	color: #333333;

}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.border {
	background-color: fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #999999;
	font-size: 12px;
}
a:hover {
	color: #339966;
	text-decoration: none;
}
a:active {
	color: #339966;
	text-decoration: none;
}
