@charset "utf-8";
.table_bg_top {
	background-image: url(images/white_bg_top.png);
	background-repeat: no-repeat;
}
.table_bg_mid {
	background-image: url(images/white_bg_middle.png);
	background-repeat: repeat-y;
}
.table_bg_bottom {
	background-image: url(images/white_bg_bottom.png);
	background-repeat: no-repeat;
}
.body_copy_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6A0019;
}
.body_Subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #007cbe;
}
.body_paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	line-height: 14pt;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 9px;
}
.pink_textbox_bg {
	background-image: url(images/pink_bg.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.body_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #007cbe;
	font-style: italic;
}
.small_hyperlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #F09;
	font-weight: bold;
	line-height: 9pt;
}
.large_hyperlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #F09;
	font-weight: bold;
}
.imageBorder {
	border: 1px dotted #6A0019;
}
.horizontal_rule {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
.bullets {
ul {
list-style-type: square;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
}
