/*------------------------------------------------------------------------*/
/*     Utility Navigation                                                 */
/*------------------------------------------------------------------------*/

/* Bread Crumb Trail */
.trail { 
	font-family: Arial,Geneva,Verdana,sans-serif; 
	font-size: 10px; 
	text-decoration: none; 
	font-weight: normal; 
	color: #b1b1b1; 
	}
	

a.trail { 
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #b1b1b1;
	}
	
a:link.trail {
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #b1b1b1; 
	}
	
a:active.trail { 
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #b1b1b1;
	}
	
a:visited.trail { 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #b1b1b1;
	 }
	 
a:hover.trail { 
	text-decoration: underline;
	text-transform: none; 
	font-weight: normal;
	color: #b1b1b1;
	}

a.trail-at { 
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #3b3b3b;
	}
	
a:link.trail-at { 
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #3b3b3b;
	}

a:active.trail-at {
 	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #3b3b3b; 
	}
	
a:visited.trail-at  { 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #3b3b3b
	;
	}
a:hover.trail-at { 
	text-decoration: underline;
	text-transform: none; 
	font-weight: normal;
	color: #3b3b3b;
	}


/* Help and Contact Links */

.help { 
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 10px; text-decoration: none; 
	font-weight: normal; 
	color: #3b3b3b;
	}
	

a.help { 
	font-family: Arial,Geneva,Verdana,sans-serif;
	font-size: 10px; 
	text-decoration: none;
	font-weight: normal; 
	color: #3b3b3b;  
	padding: 0px 4px 0px 4px; 
	}
	
a:link.help { 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #3b3b3b; 
	}
	
a:active.help { 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #3b3b3b; 
	}
	
a:visited.help { 
	text-decoration: none; 
	text-transform: none;
	font-weight: normal; 
	color: #3b3b3b;
	}
	
a:hover.help { 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #163b65; 
	}