/* controls menu links */
A {text-decoration: none; font-family: "Trebuchet MS";}
A:hover {text-decoration: underline;}
TD {font-family: "Trebuchet MS", Verdana, Arial; font-size: 14px;}
H1 {font-family: "Trebuchet MS", Verdana, Arial; font-size: 30px;}
H2 {font-family: "Trebuchet MS", Verdana, Arial; font-size: 20px;}
/* controls ppc results*/
#results a {
  font-family: "Verdana";
  font-size: 12px;
  font-weight: bold;
  color: green;
}
#results a:hover {
  background-color: yellow;
}

/* controls scrollbar results*/
H3 {font-size:20px; margin-bottom:5px; margin-top:0px;}
#other {
	padding:3px; height:20px; overflow:auto; background-color:#F0FFF0;
	scrollbar-3dlight-color:#E0E0E0;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#F9F9F9;
	scrollbar-track-color:#F9F9F9;
	scrollbar-darkshadow-color:#F9F9F9;
	scrollbar-face-color:#F9F9F9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#999999;
}
.tborder {padding:5px; background-color:#990000; color:#026B02; border-top:1pt solid #336633; border-bottom:1pt solid #336633;}
.lnk {font-size:11px;}
.lnk a {color:#000090}

/* controls teq results*/
.dynlink {
cursor:pointer; cursor:hand;
text-decoration: underline; color:#666666;
}


