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

font {
 font-family: arial;
 font-size: 12px;
}
td {
  font-family: arial;
  font-size:12px;
line-height: 12pt;
}
big {
 font-family: arial;
 font-size: 13px;
}
small {
 font-family: arial;
 font-size: 11px;
}
/*Link styles*/
a:link,a:visited,a:active {
    font-family: arial;
    font-size: 14px;
    text-decoration: underline;
}

a:hover {
	color: #73BE1E;
text-decoration: underline;
}




/* Manages the style of the tab link*/

a.tab_link{
    font-size: 12px;
	font-weight: normal;
    text-decoration: underline;
	color: #73BE1E; 



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

}


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

 /* Manages the style of the range of number of results*/
.total_range { 
   font-family: arial;
   color:#000000;
   text-decoration: none;
   font-weight: normal
       }
	
 /* Manages the style of the total number*/
.total_results { font-family: arial;
   color:#000000;
   text-decoration: none;
   font-weight: normal;
       }


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

/* Search saved links */
.saveSearch {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

.saveSearch:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: orange;
	text-decoration: underline;
}