/* CSS Document */
/* Text styles defined here will be available to Contribute users */
/* If you don't want a text style to appear to Contribute users then put it */
/* in the "text_content.css" document */
/* JLampitt - Jan 08 */
table#body_content p.sectionLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:27px;
	color: #67447A;
}

table#body_content p.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #67447A;
}

table#body_content p.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #67447A;
	margin: 1em 0 0 0;
}

table#body_content p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	margin: 0.5em 0;
}

table#body_content p.home_spotlightLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	font-weight:bold;
}

table#body_content p.home_spotlightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	margin-top:3px;
	margin-bottom:5px;
}

table#body_content p.home_spotlightLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	text-decoration:underline;
	margin-top:3px;
	margin-bottom:8px;
}

table#body_content ul.bulleted_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	margin: 0.5em 0;
	list-style-type:disc;
}

table#body_content ul.bulleted_list.li{
	list-style-type:disc;
}

table#body_content ol.numbered_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	margin: 0.5em 0;
}

table#body_content span.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  	font-weight: bold;
	color: #231F20;
	margin: 0.5em 0;
}

table#body_content a {
	text-decoration: none;
	color: #002B56;
}
table#body_content a:visited {
	text-decoration: none;
	color: #002B56;
}

table#body_content a:hover {
	text-decoration: underline;
	color: #231F20;
}*/
