/* CSS Document */

	.CategoryLinks {
		font-family: Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		text-decoration: underline;
	}
	
	.CategoryLinks:hover {
		font-family: Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #F26521;
		text-decoration: underline;
	}

	.CategoryLinks:active {
		font-family: Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		text-decoration: neon;
	}

	.SubCategoryLinks {
		font-family: Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000;
		text-decoration: underline;
	}
	
	.SubCategoryLinks:hover {
		font-family: Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #F26521;
		text-decoration: underline;
	}

	.SubCategoryLinks:active {
		font-family: Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000;
		text-decoration: underline;
	}


	.arrow:link {
		color: #C37108;
		white-space: nowrap;
		text-decoration: none;
	}
	
	.arrow:visited {
		text-decoration: none;
		color: #C37108;
	}
	
	.arrow:hover {
		text-decoration: none;
		background-image: url(media/animated_underline.gif);
		background-repeat: repeat-x;
		background-position: 100% 100%;
		padding-bottom: 3px;
		color: #CC9900;
	}
	
	.arrow:active {
		text-decoration: none;
	}


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

	a:active {
		font-family: Tahoma,Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color:#006600;
		text-decoration: underline;
	}

	.white {
		font-family: Tahoma,Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: underline;
	}
	
	.white:hover {
		font-family: Tahoma,Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #cccccc;
		text-decoration: underline;
	}

	.white:active {
		font-family: Tahoma,Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: underline;
	}

	.largereda {
		font-family: Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 34px;
		font-weight: bold;
		color: red;
		text-decoration: none;
	}
	
	.largereda:hover {
		font-family: Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 34px;
		font-weight: bold;
		color: red;
		text-decoration: none;
	}


	.Contact {
		font-family: Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #F26521;
		text-decoration: underline;
	}
	
	.Contact:hover {
		font-family: Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #636363;
		text-decoration: underline;
	}

	.Contact:active {
		font-family: Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #636363;
		text-decoration: underline;
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

