/*
 * css colors:
 * dark green: 4c831b
 * light green: 84b34d
 * dark orange: ff8500
 * light orange: ffda41
 */

* {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}

body {
    background: #fff;
    color: #000;
    margin-left: 0px;
    margin-top: 0px;
    background-repeat: repeat-x;
    background-image: url('/images/back2.gif');

}

a:link {
  color: #000;
}

a:vlink {
  color: #ACC989;
}

a:alink {
  color: #ACC989;
}

#results_texml {
    width: 580px;
}

#results_texml .adtitle {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  /*color: #000;*/
}

#results_texml .adurl {
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  color: #4c831b;
}

#results_texml .addesc {
  text-indent: 0px;
  text-align: left;
  font-size: 12px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

#loadtime
{
    font-size: 8px;
    color: #aaa;
}

