body {;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: f4fbff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.bartext {
	font-size: 15px;
	color: #004c7d;
	font-weight:bold;
}
.indexstats{
	font-size: 14px;
}
.indexstatsbold{
	font-weight:bolder;
}
.indexstatsred{
  color:#FF0000;
}
.menu{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	}
a {
	color: #004c7d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004c7d;
}
a:hover {
	text-decoration: underline;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color: #004c7d;
}