@charset "utf-8";
/* CSS Document */

p a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.dynamicSubHeading {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #FF9933;
}
#dynamicList ul li {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9933;
	list-style-type: none;
	padding-bottom: 6px;
	padding-top: 6px;
}
#dynamicList ul li a:hover {
	color: #FF9900;
	text-decoration: underline;
}
ul li a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.emailLink  a:hover  {
	color: #FF6600;
	text-decoration: underline;
}
.subscribe a: hover {
	color: #FF9900;
	text-decoration: underline;
}
.textLinkList  ul  li {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9933;
	list-style-type: none;
	padding-bottom: 6px;
	padding-top: 6px;
}
.textLinkList  ul  li  a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.compositeList .compositeListItem h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #FF9933;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}
.compositeList .compositeListItem h1 a:hover {
	color: #FF9900;
	text-decoration: underline;
}
