td {
	font-size: 12px;
	line-height: 150%;
	color: #464646;
}
.tdline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1096C6;
	border-right-color: #1096C6;
	border-bottom-color: #1096C6;
	border-left-color: #1096C6;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #000000;
}
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.tdlinegray {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #D6D7D6;
	border-right-color: #D6D7D6;
	border-bottom-color: #D6D7D6;
	border-left-color: #D6D7D6;
}
button {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}

