/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
body {
	background-color: #244978;
	background-image: url(/fuzzywidget/images//bkg.jpg);
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
}
a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #cc0000;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #244978;
}
a:active {
	text-decoration: none;
	color: #e5ebf5;
}
.bodyleading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-style: normal;
}
.heading1 {
	color: #244978;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.h1 {
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.h1red {
	color: #cc0000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
-->