body, td, div {
	font-family: Arial;
	font-size: 10pt;
}
.pageTitle {
	font-size: 18pt;
	font-weight: bold;
}
.navTable a {
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
.navItem01 {
	background-color: #FAFAFA;
	font-size: 8pt;
	cursor: hand;
	padding: 2px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.navItemOver01 {
	background-color: #E6E6E6;
	font-size: 8pt;
	cursor: hand;
	padding: 2px;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}
.navItem2 {
	background-color: #E6E6E6;
	font-size: 8pt;
	cursor: hand;
	padding: 2px;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}
.navItemOver2 {
	background-color: #D2D2D2;
	font-size: 8pt;
	cursor: hand;
	padding: 2px;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}
.navItem3 {
	background-color: #D2D2D2;
	font-size: 8pt;
	cursor: hand;
	padding: 2px;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}
.navItemOver3 {
	background-color: #BEBEBE;
	font-size: 8pt;
	cursor: hand;
	padding: 2px;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}