	.CrumbText
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: rgb(153,153,153);
			font-size: 10px;
			font-style: normal;
			text-decoration: none;
			line-height: 14px;
			font-weight: bold;
			margin: 60px 0px 0px 45px;
			padding: 0px 0px 0px 0px;
			text-transform: uppercase;
			text-align: left;
		}

		.CrumbText a:link
			{
				color: rgb(153,153,153);
				text-decoration: none;
			}

		.CrumbText a:visited 
			{
				color: rgb(153,153,153);
				text-decoration: none;
			}

		.CrumbText a:hover 
			{
				color: rgb(255,64,32);
				text-decoration: underline;
			}

	.TopHeader
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(204,51,0); 
			font-size: 24px;
			font-style: normal;
			line-height: 28px;
			font-weight: bold;
			text-align: left;
			margin: 10px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			letter-spacing: -1px;
		}

	.TopTitle
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(204,51,0); 
			font-size: 20px;
			font-style: normal;
			line-height: 24px;
			font-weight: bold;
			text-align: left;
			margin: 5px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			letter-spacing: -1px;
		}

	.LeftHeader
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(153,0,0);
			font-size: 20px;
			font-style: normal;
			line-height: 24px;
			font-weight: bold;
			text-align: left;
			margin: 10px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	.RightHeader
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(153,0,0);
			font-size: 14px;
			font-style: normal;
			line-height: 16px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			margin: 10px 0px 20px 0px;
			padding: 0px 0px 0px 0px;
		}

	.TopicHeader
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(153,0,0);
			font-size: 14px;
			font-style: normal;
			line-height: 16px;
			font-weight: bold;
			text-align: left;
			text-transform: uppercase;
			margin: 0px 3px 10px 0px;
			padding: 0px 0px 0px 0px;
		}

	.TopicTitle
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(0,0,0);
			font-size: 14px;
			font-style: normal;
			line-height: 16px;
			font-weight: bold;
			text-align: left;
			text-transform: none;
			margin: 0px 3px 10px 0px;
			padding: 0px 0px 0px 0px;
		}

	.TextHeader
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(0,0,0);
			font-size: 14px;
			font-style: normal;
			line-height: 16px;
			font-weight: bold;
			text-align: left;
			text-transform: none;
			margin: 0px 3px 0px 0px;
			padding: 0px 0px 5px 0px;
		}

	.TextHeader a:link
		{
			color: rgb(64,32,255);
			text-decoration: none;
		}

	.TextHeader a:visited 
		{
			color: rgb(64,32,255);
			text-decoration: none;
		}

	.TextHeader a:hover 
		{
			color: rgb(255,64,32);
			text-decoration: underline;
		}

	.PageText
		{
			font-family: Georgia, Palatino, 'Times New Roman', Times, serif;
			/* font-family: Verdana, Arial, Helvetica, sans-serif; */
			color: rgb(0,0,0);
			font-size: 15px;
			font-style: normal;
			line-height: 18px;
			font-weight: normal;
			margin: 0px 0px 0px 0px;
		}

	.PageText a:link
		{
			color: rgb(64,32,255);
			text-decoration: none;
		}

	.PageText a:visited 
		{
			color: rgb(64,32,255);
			text-decoration: none;
		}

	.PageText a:hover 
		{
			color: rgb(255,64,32);
			text-decoration: underline;
		}

	.Footer
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: rgb(92,92,92);
			font-size: 9px;
			font-style: normal;
			line-height: 12px;
			font-weight: normal;
			margin: 0px 0px 5px 0px;
		}

	.Footer a:link
		{
			font-size: 9px;
			line-height: 12px;
			color: rgb(92,92,92);
			text-decoration: none;
		}

	.Footer a:visited
		{
			font-size: 9px;
			line-height: 12px;
			color: rgb(92,92,92);
			text-decoration: none;
		}

	.Footer a:hover 
		{
			font-size: 9px;
			line-height: 12px;
			color: rgb(255,64,32);
			text-decoration: underline;
		}

	.FloatLeft
		{
			float: left;
			margin: 0px 0px 0px 0px;
		}

	.FloatRight
		{
			float: right;
			margin: 0px 0px 0px 0px;
		}

	img.noshow
		{
			display: none;
		}

	img
		{
			border: none;
		}

	img.outline
		{
			border-style: solid;
			border-width; 1px;
			border-color: rgb(225,225,225);
		}

	hr.PageRuler
		{
			border: none;
			height: 2px;
			color: rgb(153,0,0);
			background-color: rgb(153,153,153);
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	hr.FooterRuler
		{
			border: none;
			height: 2px;
			color: rgb(153,0,0);
			background-color: rgb(153,153,153);
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	.MainNav
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 20px 0px 0px;
		}

	.RightNav
		{
			font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
			color: rgb(64,64,64);
			font-size: 14px;;
			line-height: 18px;
			font-weight: normal;
			text-transform: none;
			border: none; 
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 20px 0px;
		}

	.RightNav ul 
		{
			font-size: 14px;;
			line-height: 18px;
			font-weight: normal;
			text-transform: none;
			text-align: left;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	.RightNav li 
		{
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 5px 0px;
			list-style: none;
		}

	.RightNav:link
		{
			color: rgb(32,64,255);
			font-weight: normal;
			text-transform: none;
			text-decoration: none;
		}

	.RightNav:visited
		{
			color: rgb(32,64,255);
			font-weight: normal;
			text-transform: none;
			text-decoration: none;
		}

	.RightNav:hover
		{
			font-weight: normal;
			color: rgb(255,64,32);
			text-transform: none;
			text-decoration: underline;
		}

	.NavTitle
		{
			font-family: Arial, Verdana, Helvetica, sans-serif;
			color: rgb(64,64,64);
			font-size: 12px;
			font-style: normal;
			line-height: 18px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: left;
			vertical-align: top;
			margin: 0px 0px 5px 10px;
			padding: 0px 0px 0px 0px;
		}

	.SubTitle
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(64,64,64); 
			font-size: 14px;
			font-style: normal;
			line-height: 18px;
			font-weight: bold;
			text-align: left;
			margin: 0px 0px 20px 10px;
			padding: 0px 0px 0px 0px;
		}

	.Handouts
		{
			font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
			color: rgb(64,64,64);
			font-size: 14px;;
			line-height: 18px;
			font-weight: normal;
			text-transform: none;
			border: none; 
			margin: 0px 0px 0px 0px;
			padding: 5px 0px 0px 0px;
		}

	.Handouts:link
		{
			color: rgb(32,64,255);
			font-weight: normal;
			text-transform: none;
			text-decoration: underline;
		}

	.Handouts:visited
		{
			color: rgb(32,64,255);
			font-weight: normal;
			text-transform: none;
			text-decoration: underline;
		}

	.Handouts:hover
		{
			font-weight: normal;
			color: rgb(255,64,32);
			text-transform: none;
			text-decoration: underline;
		}


