.tableborder {
	border: 2px solid #999999;
}
.tableborderright {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #336699;
}
a:link {
	color: #336699;
	font-size:12px;
	font-style: bold;
	text-decoration: none;
}
a:visited {
	color: #336699;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	color: #333399;
	font-size:12px;
	text-decoration: underline;
}
a:active {
	color: #666666;
	font-size:12px;
	text-decoration: none;
}