B { font-weight: bold }
I { font-style: italic }
U { font-decoration: underline }


.caption {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	color: #333333
}

.title {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18pt;
  color: #000000
}

.navGlobal {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14pt;
  text-align: center
}

A.navGlobal {
  text-decoration: none ;
  color: #000000
}

A.navGlobal:visited {
  text-decoration: none ;
  color: #333333
}

A.navGlobal:hover {
  text-decoration: none ;
  color: #ff0000
}

.bodyindex {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #333333
}

A.bodyindex {
	text-decoration: underline;
	color: #999999
}

A.bodyindex:visited {
	text-decoration: underline;
	color: #999999
}

A.bodyindex:hover {
	text-decoration: underline;
	color: #CC9999
}
A.caption {
	text-decoration: underline;
	color: #333333
}

A.caption:visited {
	text-decoration: underline;
	color: #999999
}

A.caption:hover {
	text-decoration: underline;
	color: #CC9999
}
