/*tab font color when active==================*/
a.tabOn:link, a.tabOn:visited {
  color: black;
  font-size: 10pt;
  font-weight: bold;
}

/*tab font color when idle==================*/
a.tabOff:link, a.tabOff:visited {
   color: #0000CC;
   font-family:arial,sans-serif;
   font-size: 10pt;
   font-weight:normal;
   
}

/* tab color when idle======= */
a.tabOff, a.tabOff:visited, a.tabOff2, a.tabOff2:visited, a.tabOff3, a.tabOff3:visited {
  background-color: white;
}

/* tab color when active===========================*/
a.tabOn, a.tabOn:visited, a.tabOn:hover, a.tabOff:hover {
  background-color: white;
}

/* tab color when active===========================*/
a.tabOn2, a.tabOn2:visited, a.tabOn2:hover, a.tabOff2:hover {
  background-color: white;
}

/* tab color when active===========================*/
a.tabOn3, a.tabOn3:visited, a.tabOn3:hover, a.tabOff3:hover {
  background-color: white;
}



/* ================= catalog tabs ================== */
/* generic catalog tab properties */
.catList {
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0px 0px;
}
/* catalog tabs on the home pages */
#homePage .catList {
  text-align: center;
  margin: 0px 0px 0px 0px;
}
.tabOn, .tabOff, .tabOff2, .tabOn2,.tabOff3, .tabOn3 {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 3px 12px 2px 12px;
  width: 7%;

  
}

/* ================= end catalog tabs ================== */


/* search bar */
#homePage .searchBar{
  white-space: nowrap;
  padding: 10px 0 8px 0;
  margin: 0 0 0 0;
}
/* centers the query field and tool links on the homepage */
#homePage .searchBar table {
  text-align: center;
  margin: auto;
  padding: 0;
}

table.searchTools td.searchBar {
  vertical-align: top;
}
.editCrit { margin-left: 50px; }
/* sets the font styles for the simple "search" button */
.searchBar input.button {
  font-size: 90%;
  text-transform: Uppercase;
  letter-spacing: .02em;
}
/* forces the "search" button to look like it does in IE in NS/Moz */
html>body input.button {
  padding: 2px 8px 2px 8px;
}

input.text {
font: 600 11px  "arial", sans-serif ;
font-weight:normal;
border: 0px black double;
}

input.button {
   font-family:arial,sans-serif;
   font-size: 8pt;
   font-weight:bold;
}
P {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 	line-height: 20px;
}

