
td {
	font-size: 12px;
	color: #4F4F4F;
	text-decoration: none;
	line-height: 180%;
}
a {
	font-size: 12px;
	color: #202020;
	text-decoration: none;
		line-height: 180%;

}
a:hover {
	font-size: 12px;
	color: #0063C1;
	text-decoration: underline;
		line-height: 180%;

}
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;
		line-height: 180%;

}
.red:active {
	font-size: 12px;
	color: red;
	text-decoration: underline;
		line-height: 180%;

}
.yellow {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
		line-height: 180%;

}
.yellow:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
		line-height: 180%;

}

