A.bar {
	color:#777777;
	text-decoration: underline;  
}


body,td
{
        font-family : Verdana,Tahoma,Arial,Helvetica;
	font-size : 12px;
	color : black;
}

.hl {
	font-weight: bold;
	background-color: #eeeeee;
}

.searchbox {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	width: 200px; 
	height: 20px; 
	border: 1px gray solid;
	background-color: white
	}

.searchbox_redirect {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	width: 150px; 
	height: 19px; 
	border: 1px gray solid;
	background-color: white
	}
	
.searchbutton {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	width: 70px; 
	height: 23px; 
	background-color: lightgray;
	cursor: hand;
	}
	
.redirectbox {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	width: 200px; 
	height: 19px; 
	border: 1px gray solid;
	background-color: white
	}


.b  {
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-weight : normal;
	font-size : 12px;
	color : black;
	background-color : #d8e4f1;
	white-space: nowrap;
}

.t  {
	font-family : Verdana,Tahoma,Arial,Helvetica;
	font-weight : bold;
	font-size : 12px;
	color : black;
	background-color : #d8e4f1;
	white-space: nowrap;
}

/*	unvisited links							*/
a.bl:link {
color: black;
text-decoration:none;
}

/*	visited links							*/
a.bl:visited {
color: black;
text-decoration:none;
}

/*	active links (not widely supported)				*/
a.bl:active {
color: black;
text-decoration:underline;
}

/*	links when hovered over (MSIE only)				*/
a.bl:hover {
color: white;
background-color : #3366cc;
text-decoration:none;
}

/*	unvisited links							*/
a.ml:link {
color: #00c;
text-decoration:underline;
}

/*	visited links							*/
a.ml:visited {
color: #00c;
text-decoration:underline;
}

/*	active links (not widely supported)				*/
a.ml:active {
color: #00c;
text-decoration:underline;
}

/*	links when hovered over (MSIE only)				*/
a.ml:hover {
color: red;
text-decoration:underline;
}

.resUrl {
  	color : #008800;
}

.resCat {	
  	color : #900;
}



