TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00365C;
}
.left_top_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.left_side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
a:link {
	color: #137DC7;
	text-decoration: none;
}
a:visited {
	color: #137DC7;
	text-decoration: none;
}
a:active {
	color: #137DC7;
	text-decoration: none;
}
a:hover {
	color: #137DC7;
	text-decoration: underline;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00365C;
	background-color: #EDEDED;
	height: 15px;
	width: 95px;
	border: 1px solid #00365C;
}
.hitbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00365C;
	background-color: #EDEDED;
	height: 15px;
	width: 60px;
	border: 1px solid #00365C;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00365C;
	background-color: #EDEDED;
	height: 150px;
	width: 400px;
	border: 1px solid #00365C;
}
.content_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #137DC7;
}
.content_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00365C;
}
.clearleft   { clear: left;
}