/*General page style.*/
BODY {
	background-color: #000000;
	font-family: arial,sans-serif;
	font-size: 14px;
}
font {
	font-family: arial,sans-serif;
	font-size: 12px;
}
td {
	font-family: arial,sans-serif;
	font-size:13px;
	color: #000000;
}
big {
	font-family: arial,sans-serif;
	font-size: 13px;
}
small {
	font-family: arial,sans-serif;
	font-size: 11px;
}
/*Link styles*/
a:link,a:visited,a:active {
    font-family: arial,sans-serif;
    font-size: 13px;
    text-decoration: underline;
	color:#408DFB;
}

/* 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: arial,sans-serif;
	color:#003300;
	text-decoration: none;
	font-weight: bold
}
/* Manages the style of the range of number of results*/
.total_range { 
	font-family: arial,sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold
}
/* Manages the style of the total number*/
.total_results { font-family: arial,sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold
}
/* Manages the style of the search term*/
.search_term { font-family: arial,sans-serif;
	color:#FF0000;
	text-decoration: none;
	font-weight: bold
}
.a1 { color:#484D4F
}