/*THE SEARCH BOX*/
a.query:link { color: #006666; text-decoration: none; }
a.query:visited { color: #006666; text-decoration: none; }
a.query:hover { color: #cc0000; text-decoration: none; }
a.query:active { color: #cc0000; text-decoration: none; }
.query {
  background-color: transparent;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 100%; 
  color: #000000;
}
DIV.query .label {
 color: #000000;
 font-size: 100%;
}
/*THE TIP BOX TO THE RIGHT OF THE SEARCH BOX*/
.tip {
  font-style: italic;
  font-size: small;
  background-color: #DDDDDD;
  color: black;
}
/*HIGHLIGHT COLOR USED TO SHOW THE SEARCH 'WORD' IN SEARCH RESULTS*/
DIV.results .highlight {
	background-color: #ffffcc;
	font-style : normal;
	font-size: 100%;
}
/*THE COLOR OF THE NAV. BARS AT THE TOP & BOTTOM OF THE SEARCH RESULTS*/

.navbar {
	background-color: transparent;
	font-weight: bold;
}
/*THE COLOR USED FOR THE HORIZONTAL LINES SEPARATING SEARCH RESULTS*/
DIV.results HR {
  color: #999999;
}
/* NEXT 3: APPLYING THE EOG LINKS STYLE TO THE SEARCH RESULT HEADERS*/
DIV.results .title A:link {
	text-decoration:underline;
 	color: #003333;
}
DIV.results .title A:visited {
  text-decoration:underline;
  color: #993333;
}
DIV.results .title A:hover {  
  color: #993333; 
  text-decoration:none;
}
/*THE FONT USED IN SEARCH RESULTS*/
/*DIV.results .description { 
}*/
DIV.results .url {
	color: #666666
	}
DIV.results .wordscores {
color: #999999;
}
DIV.results .bar {
  display: none;
}
DIV.results .leftbar {
  display: none;
}
/*THE COLOR USED TO SHOW % MATCH IN SEARCH RESULTS*/
DIV.results .score {
  color: #000000;
}
DIV.results .fs A {
	text-decoration:underline;
 	color: #003366;
	}
