

td.header {
	/*background: #F4F4F4;*/
	color: black;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial,Tahoma,Times;
}
.nhead {
	padding: 5px;
	background-color: white; /*#99CCFF;*/
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial,Tahoma,Times;
}
.nitem {
	background-color: white;
	font-size: 10pt;
	text-indent: 8px;
	font-family: Arial,Tahoma,Times;
  text-decoration: none;
}
.nSelecteditem {
  background-color: #79abf6;//#457ae5;//#bfffbf#FF9933;
	color: #FF9933;
  font-weight: bold;
	font-size: 10pt;
  text-indent: 8px;
	font-family: Arial,Tahoma,Times;
  text-decoration: none;
}
.nSelecteditem a:hover {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  text-decoration: none;
}
.nSelecteditem a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: black;
  text-decoration: none;
}
.nitem a:hover {
	display: block;
  /*background-color: #99CCFF;*/
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000066;
	font-weight: bold;
  text-decoration: none;
}
.nitem a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
	color: black;
  text-decoration: none;
}
/* Box style for navbar */
.nBox {
        width: 100%;
		color: #457ae5;
}
.nBody {
        /*background-color: #EAF0EA;*/
}




