a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: none;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
table {
	border-top: 1px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 1px solid #000066;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.tdL {
	border-top: 1px none;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dashed #000099;
	border-left: 1px none;

}
.tdH {
	border: 1px solid #FF0000;
}
