/*slate*/
.displayTextBlockText {
	font:normal 12px Arial;
	color:#808080;
	margin-left:8px;
	margin-top:-5px;
}
.displayTextBlockTitle {
	font:bold 19px Arial;
	color:#6e6e70;
	margin:5px 0px 10px 5px;
}
.navigationTopLevel {
	font:bold 13px Arial;
	/*color:#6e6e70;*/
	text-transform:uppercase;
	padding:25px 0px 0px 25px;
	margin-bottom:10px;
	letter-spacing:normal;
}
.navigationSubLevel {
	font:normal 12px Arial;
	/*color:#971823;*/
	padding:5px 0px 0px 20px;
}
.navigationSubLevel a {
	font:normal 11px Arial;
	/*color:#971823;*/
}
.navigationSubLevel a:hover {
	text-decoration:underline;
}
.subNavigation {
	width:224px;
}
.subNavigationDottedEnd, .subNavigationDottedTab, .subNavigationDottedLine, .subNavigationDottedLineMain  {
	background:transparent;
}
div.title {
	color:#971823;
	border-bottom:1px dashed #6E6E70;
}
/*overriding external link css from architect class*/
#file_table tr td.title {
	font:normal 12px/15px Arial;
	color:#6E6E70;
	text-transform:none;
}
#file_table tr.selected td.title {
	color:#6E6E70;
}
