/* ------------------ Structure ------------------*/

  input.butNav,input.butNavActive
                            {width:27px;
                             text-align:center
                            }
  input.butNavActive        {font-weight:bold}
	table.NAV                 {text-align:left;}
	.navText									{width:50px;}
	.navPageNumber,.navPageNumberActive
	                          {
	                          text-align:center;
	                          padding:2px;
	                          text-decoration:none;
	                          border-style:solid;
	                          border-width:1px;
	                          }
	.navPageNumber:hover,.navPageNumberActive:hover
	                          {
	                          text-decoration:underline
	                          }
  /*############ Atom ###############*/

/* --------------------------------------------- Look & Feel ------------------*/
  input.butNav,input.butNavActive,input.butSearch
                            {background-color:#F3F3FF;color:#000040}

  input.butNavActive        {}
  td.butNavActive           {background-color:red;}
  .navText									{}

	.navPageNumberActive,.navPageNumber:hover
	                          {background-color:navy;color:white;
                             border-color:navy;
	                          }
	.navPageNumber
	                          {background-color:#F3F3FF;color:navy;
                             border-color:navy;

	                          }

