	/* CSS Document  */
			
	a {
		font-family: Tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#000;
		text-decoration: underline;
	}
	
	a:hover {
		font-family: Tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#a6d660;
		text-decoration: underline;
	}

	a:active {
		font-family: Tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#a6d660;
		text-decoration: underline;
	}
	

	#Menu a {
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color:#000;
		text-decoration:underline;
	}
	
	#Menu a:hover {
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color:#FF6600;
		text-decoration: none;
	}



	#FooterContainer a {
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#000;
		text-decoration:underline;
	}
	
	#FooterContainer a:hover {
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#000;
		text-decoration: none;
	}

	.breadcrumb{
	font: bold 14px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; color: black;
	}
	
	a.breadcrumb {
	font: bold 14px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; color: black;
	background: transparent url(media/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 1px; /*adjust bullet image padding*/
	color: black;
	}
	
	a.breadcrumb:visited, .breadcrumb a:active{
	font: bold 14px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	color: black;
	}
	
	a.breadcrumb:hover{
	font: bold 14px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; color: black;
	text-decoration: underline;
	}

