table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4E6778;
}
.normalbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #344858;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	font-size: 10pt;


}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;

}
a:active {
	font-weight: bold;
	color: #996699;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;

}
.largelink {
	font-size: 12pt;
	font-weight: bold;

}
.smalllink {
	font-size: 10pt;
}
.smalllinksml {

	font-size: 9pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.blockbg {
	background-color: #EAF2F4;
	display: block;
	padding: 5px;
	margin: 0px;
}
.indentsml {
	padding-left: 5px;
}
