td {
	font-size: 12px;
	color: #202020;
	text-decoration: none;
	line-height: 180%;
}
a {
	font-size: 12px;
	color: #202020;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #0063C1;
	text-decoration: underline;
}
input  {
       border: 1px solid #D4D4D4;
}
selectding {
	font-size: 12px;
	color: #CC3300;
	background-color: #FEDED3;
	border: 1px solid #333300;
}
.red {
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.red:active {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}

