#Tab_Box {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F9FFFF;
	float: left;
	height: 420px;
	width: 602px;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
	text-align: left;
}
Tab_Box a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
}
Tab_Box a:hover {
	color: #66CCFF;
}

