/*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: 12px;

}

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: #3366ff;

text-decoration: underline;

}









/* Manages the style of the tab link*/



a.tab_link{

    font-size: 12px;

    text-decoration: underline;

	color: #000099;





}

a.tab_link:hover{

    font-size: 12px;

    text-decoration: underline;

	color:#3366ff;



}





/* Manages the style heading of related search*/

.related_heading { font-family: verdana;

   color:#0000ff;

   text-decoration: none;

   font-weight: bold

       }



 /* Manages the style of the range of number of results*/

.total_range { 

   font-family: verdana;

   color:#000000;

   text-decoration: none;

   font-weight: bold

       }

	

 /* Manages the style of the total number*/

.total_results { font-family: verdana;

   color:#000000;

   text-decoration: none;

   font-weight: bold

       }





 /* Manages the style of the search term*/

.search_term { font-family: verdana;

   color:#000000;

   text-decoration: none;

   font-weight: bold

       }
	
	
/* Managing the style of the suggestion string text*/   

.suggestion_text { font-family: verdana;
	
	font-size: 13px;
  
   text-decoration: none;
	color:#000000;
   font-weight: bold;
       }

/* Manages the style of the suggestion link*/



a.suggestion_link,a.suggestion_link:visited,a.suggestion_link:active{

    font-family: verdana;
	font-weight: bold;
    font-size: 14px;
	color:#9933ff;
	/*font-style:italic;*/
	

    text-decoration: underline;
	
}

a.suggestion_link:hover{
	/*font-style:italic;*/
    font-size: 14px;
	font-weight: bold;
    text-decoration: underline;
	color:#3366ff;

}