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

	color: #0000FF;
	font-family: verdana;
	font-size: 13px;
	text-decoration: underline;
}

a:hover {


}

/* Manages the style of the tab link*/

.tab {
	padding:3px;
	background-color: #E5E5E5;
}

.tab_selected {
	background-color: #4B7DA7;
	color: #FFFFFF;
}

a.tab_link{

    font-size: 14px;
		font-weight: normal;
    text-decoration: none;
		color: #000000;
}

a.tab_link:hover{

    font-size: 14px;
		font-weight: normal;
    text-decoration: underline;
		color:#000000;
}

a.tab_link_selected{

    font-size: 14px;
		font-weight: bold;
    text-decoration: none;
		color:#FFFFFF;
}

a.tab_link_selected:hover{

    font-size: 14px;
		font-weight: bold;
    text-decoration: none;
		color:#FFFFFF;
}

/* Manages the style heading of related search*/

.related_heading { font-family: verdana;

   color:#003300;

   text-decoration: none;

   font-weight: bold;
}

.related_vertical_link {

	color: #000000;
}

 /* 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:#000000;
  text-decoration: none;
  font-weight: bold
}

/* copyright */
.copyright {

	color: #000000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.copyright {
	color: #000000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* promo bar */
#topadbar{ background: #ffffff; border-bottom: 1px solid #c9d7f1; text-align: left; height:25px; line-height:24px; padding-left:10px; padding-right:5px; font-size:small}
#adbar{ width: auto; margin: 0 auto; float:left}
#contactbar{ width: auto; margin: 0 auto; float:right}
