/* 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: #be650f;
}

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

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

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

table#body_content ul.bulleted_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	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: #000000;
	margin: 0.5em 0;
}

table#body_content span.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  	font-weight: bold;
	color: #000000;
	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: #000000;
}*/