a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	text-decoration: none;
}


td {
	font-size: 12px;
}
.content {
	font-size: 12px;
	line-height: 19px;
}
.tb {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.input {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

