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

h1 {
	font-size: 16px !important;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h1 a {
	font-size: 16px !important;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

font {
	font-family: Arial;
	font-size: 14px;
}

td {
	font-family: Arial;
	font-size: 14px;
}

big {
	font-family: Arial;
	font-size: 15px;
}

small {
	font-family: Arial;
	font-size: 12px;
}


/*Link styles*/

a:link, a:visited, a:active {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: blue;
}

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

.ngrn {
	font-size: 12px;
	color: green;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.rs-vert {
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot-search {
	font-family: Arial;
	font-size: 14px;	
	font-weight: normal;
	text-decoration: underline !important;
}


/* Manages the style of the tab link*/

a.tab_link{
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

a.tab_link:hover{
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color:#FF0000;
}


/* Manages the style heading of related search*/

.related_heading {
	font-family: Arial;
	color:#003300;
	text-decoration: none;
	font-weight: bold
}

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

.total_range {
	font-family: Arial;
	color:#333333;
	text-decoration: none;
	font-weight: bold
}

.results_list {
	clear: both;
	list-style-type: none;
	margin: 0 8px;
	overflow: hidden;
	padding: 0;
}

.result_link {
	color: #008000;
	font-size: 12px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;	
}

/* Manages the style of the total number*/

.total_results {
	font-family: Arial;
	color:#333333;
	text-decoration: none;
	font-weight: bold
}


/* Manages the style of the search term*/

.search_term {
	font-family: Arial;
	color: #000;
	text-decoration: none;
	font-weight: bold
}

.footer {
	color: #000;
	font-size: 11px;
}

.footer a {
	color: #000;
	font-size: 11px;
}


dl {
	background-color: #fff;
	border-bottom: dotted 1px #F5DFD6;
	display: block;
	padding: 0px;
	*margin-left: -200px;
}
dl dt {
	background: transparent url('/images/disk.png') no-repeat left center;
	color: #75808A;
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-top: -5px;
	overflow: hidden;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 375px;
	text-align: left;
}
dl dd {
	display: block;
	float: right;
	font-size: 14px;
	margin: -14px 0 0 0;
	text-align: right;
	width: 200px;
}