body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/pagebkgrnd.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
}
a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #006666;
}
a:active {
	text-decoration: none;
	color: #777777;
}
a {
	cursor: pointer;
}
.footer {
	font-size: 10px;
	color: #777777;
}
td {
	font-size: 13px;
}
.heading {
	font-size: 16px;
}
.navcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}
.navcell a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navcell a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navcell a:hover {
	text-decoration: none;
	color: #006666;
}
.navcell a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.legendcell {
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	white-space: nowrap;
}
.datacell {
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	vertical-align: top;
}
.heading2 {
	font-size: 24px;
	font-weight: bold;
}
