.textbold {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
	font-style: normal;

}

.text {
	font-family: Arial;
	font-size: xx-small;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.text:hover {	
	color: #FF0000;
	text-decoration: underline;
}

.table {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
.liner {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}
.content {
	font-family: Arial;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
