span.siteMapMenuItem {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #F05B00;
}

.siteMapMenuItem a {
	color: #7D7B7B;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #F67401;
}

.siteMapMenuItem a:hover {
	color: #F67401;
	text-decoration: none;
	border-bottom: 1px dotted #7D7B7B;
}

span.pageTitle, h1.pageTitle {
	color: #002D6C;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	margin: 0px 0px 15px 5px;
	background-attachment: scroll;
	background-image: url(/image/cms/cmsTitleSeparator.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

span.centeredPageTitle, h1.centeredPageTitle {
	color: #002D6C;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: 0px 0px 0px 5px;
	background-attachment: scroll;
	background-image: url(/image/cms/cmsTitleSeparator.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

span.helpLink {
	color: #303030;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #f67401;
}