.noScreen {
	display: none;
}

.hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
}




.projHead {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	color: #DBD79D;
}

 .crumb {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1B3535;
}

.crumbEnd {
	color: #FFFFFF;
	background-color: #1A3737;
	padding: 5px;
}


.crumbArrows {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}

.crumbLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #1B3535;
	text-decoration: underline;

}

.crumbLink:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}



.extLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.extLink:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CECB96;
	text-decoration: none;
}



.innerTxt {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;

	float: left;
	padding-left: 16px;
	padding-right: 16px;
}

.sidebarTxt {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #252728;

	float: left;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

.sidebarTxt2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #252728;

	float: left;
	padding-top: 10px;
}

.boldTxt {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color: #DBD79D;
}



.crumbBlock {
	float: left;
	padding-top: 0px;
	padding-left: 22px;
}


/* footer styles */

.footer {
	text-align: center;
	padding-bottom: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}

.footerLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	text-decoration: underline;
}

.footerLink:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CECB96;
	text-align: center;
	text-decoration: none;
}

