/*General page style.*/
BODY {
background-color: #FFFFFF;
font-family: arial;
font-size: 14px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

font {
 font-family: verdana;
 font-size: 1px;
}
td {
  font-family: verdana;
  font-size:13px;
}
big {
 font-family: verdana;
 font-size: 13px;
}
small {
 font-family: verdana;
 font-size: 11px;
}
/*Link styles*/
a:link,a:visited,a:active {
    font-family: verdana;
    font-size: 13px;
    text-decoration: underline;
}
a:hover {
color: #ff0000;
text-decoration: underline;
}
.bottom-half{
	width:100%;
	height:300px;
	background-image:url("searchbar/downline.png");
	background-repeat:repeat-x;
	text-align:center;
	padding-top:10px;
}



/* Manages the style of the tab link*/

a.tab_link{
    font-size: 12px;
    text-decoration: none;
	color: #000000;


}
a.tab_link:hover{
    font-size: 12px;
    text-decoration: underline;
	color:#FF0000;

}


/* Manages the style heading of related search*/
.related_heading { font-family: verdana;
   color:#003300;
   text-decoration: none;
   font-weight: bold
       }

 /* Manages the style of the range of number of results*/
.total_range {
   font-family: verdana;
   color:#333333;
   text-decoration: none;
   font-weight: bold
       }

 /* Manages the style of the total number*/
.total_results { font-family: verdana;
   color:#333333;
   text-decoration: none;
   font-weight: bold
       }


 /* Manages the style of the search term*/
.search_term { font-family: verdana;
   color:#FF0000;
   text-decoration: none;
   font-weight: bold
       }

