input,select {
	font-size: 12px;
	font-weight: lighter;
}
a:link {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

td {
	font-size: 12px;
	line-height: 17px;
	color: #686868;
}