.underline{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333364;
}
.overline{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333364;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #333364;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333364;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333364;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #333364;
	font-weight: bold;
	text-decoration: none;
}