﻿/* Text Styles */
.ms-rteCustom-Heading1 {
				font-family: Arial;
				font-size: 20px;
				line-height: 30px;
				margin: 0 0 9px 0;
				padding: 0;
				color: #ed1a3a;
}
.ms-rteCustom-Heading2 {
				font-family: Arial;
				font-size: 14px;
				line-height: 15px;
				margin: 0;
				padding: 0;
				font-weight: normal;
				color: #ed1a3a;
}
.ms-rteCustom-ContentTitle {
				color: #001950;
				font-size: 11px;
				font-family: Arial;
				font-weight: bold;
}
.ms-rteCustom-ContentText {
				color: #5a5a5a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
}
.ms-rteCustom-ContentText-Red {
				color: #ed1a3a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
}
.ms-rteCustom-SectionHeader-Purple {
				font-family: Arial;
				color: #6b489d;
				font-size: 8pt;
				line-height: 16px;
				font-weight: bold;
}

/* Bulleted List Styles */
ul.ms-rteCustom-Bullet-RedPoint {
				list-style-type: none;
				padding-left: 0;
				margin-left: 0;
				margin-bottom: 0;
}
ul.ms-rteCustom-Bullet-RedPoint li {
				background-image: url('/Production%20Image%20Library/Icons/bul_list.gif');
				background-repeat: no-repeat;
				background-position: left 6px;
				padding-left: 10px;
				margin-left: 0px;
				margin-bottom: 1px;
				color: #5a5a5a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
}

/* Hyperlinks (Bulleted List) Styles */
ul.ms-rteCustom-HyperLink-GrayArrow {
				list-style-type: none;
				padding-left: 0;
				margin-left: 0;
				margin-bottom: 0;
}
ul.ms-rteCustom-HyperLink-GrayArrow li {
				background-image: url('/Production%20Image%20Library/Icons/bul_subnav.gif');
				background-repeat: no-repeat;
				background-position: left 6px;
				padding-left: 10px;
				margin-left: 0px;
				margin-bottom: 1px;
				color: #5a5a5a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}
ul.ms-rteCustom-HyperLink-GrayArrow li a:link {
				color: #5a5a5a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}
ul.ms-rteCustom-HyperLink-GrayArrow li a:visited{
				color: #5a5a5a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}ul.ms-rteCustom-HyperLink-GrayArrow li a:hover {
				color: #ed103a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}

/* For Investors Section (Hidden from Editor) */
ul.HyperLink-PDF {
				list-style-type: none;
				padding-left: 0;
				margin-left: 0;
				margin-bottom: 0;
}
ul.HyperLink-PDF li {
				background-image: url('/Production%20Image%20Library/Icons/icon_pdf.gif');
				background-repeat: no-repeat;
				background-position: left 2px;
				padding-left: 20px;
				padding-bottom: 1px;
				margin-left: 0px;
				margin-bottom: 1px;
				color: #009be4;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}
ul.HyperLink-PDF li a:link {
				color: #009be4;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}
ul.HyperLink-PDF li a:visited {
				color: #009be4;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}
ul.HyperLink-PDF li a:hover {
				color: #ed103a;
				font-size: 11px;
				font-family: Arial;
				line-height: 16px;
				text-decoration: none;
}
/* Hyperlinks (Button) Styles 
 * e.g. Back, More
 */
A:link.ms-rteCustom-Hyperlink-BlueText {
				font-family: Arial;
				font-size: 11px;
				color: #009be4;
				line-height: 16px;
				text-decoration: none;
}
A:visited.ms-rteCustom-Hyperlink-BlueText {
				font-family: Arial;
				font-size: 11px;
				color: #009be4;
				line-height: 16px;
				text-decoration: none;
}
A:hover.ms-rteCustom-Hyperlink-BlueText {
				color: #ed103a;
				text-decoration: none;
}
