/* CSS Document  */
			
	a {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:small;
		font-weight: bold;
		color:#000066;
		text-decoration: underline;
	}
	
	a:hover {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:small;
		font-weight: bold;
		color:#666666;
		text-decoration: underline;
	}

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

	a.footer2links {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:xx-small;
		font-weight: bold;
		color: #000;
		text-decoration: underline;
	}
	
	a.footer2links:hover {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:xx-small;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}

	a.footer2links:active {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:xx-small;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}

	a.footerlinks {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:xx-small;
		font-weight: bold;
		color: #FFF;
		text-decoration: underline;
	}
	
	a.footerlinks:hover {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:xx-small;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}

	a.footerlinks:active {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:xx-small;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}

	a.pagelinks {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: underline;
	}
	
	a.pagelinks:hover {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}

	a.pagelinks:active {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}
	
	
	a.menulinks {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-decoration: underline;
	}
	
	a.menulinks:hover {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}

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

	.menulinksactive {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;
	}
	
	.menulinksactive:hover {
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color:#e08c20;
		text-decoration: underline;	
	}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #d1ec4c;
border: 2px #000;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
background-color: #e3f48e; /
}

.cssbutton:active{
color: black;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(media/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 5px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
