/*General page style.*/

BODY {

background-color: #FFFFFF;

font-family: Verdana, Arial, Helvetica, sans-serif;

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 {
color: #0066CC;

    font-family: verdana;

    font-size: 13px;

    text-decoration: underline;

}

a:hover {

color: #ff0000;

text-decoration: underline;

}









/* Manages the style of the tab link*/


a.active_link{

    font-size: 14px;

    text-decoration: none;

	color: #FF3333;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
	}

a.active_link:hover{

    font-size: 14px;

    text-decoration: underline;
	font-weight:bold;
	color: #FF3333;



}

a.tab_link{
font-size: 11px;
text-decoration: none;
color: #FF3333;
	font-weight:bold;
padding: 0px 5px 0px 5px;
}

a.tab_link:visited{
font-size: 11px;
text-decoration: none;
color: #FF3333;
	font-weight:bold;
padding: 0px 5px 0px 5px;
}

a.tab_link:hover{

    font-size: 11px;

    text-decoration: underline;

	color: #FF3333;

	font-weight:bold;

}





/* 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

       }