@charset "utf-8";

/* Globals */

html {
	font-size: 16px;
}
body {
	margin: 0;
	color: black;
	box-sizing: border-box;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: white;
}
.HeaderImage {
	text-align: left;
}
.ContentContainer {
	display: block;
	margin: auto;
	max-width: 800px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.CopyrightMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	font-weight: normal;
	color: #1185C0;
}
.TopLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	font-weight: bold;
	color: #697BB7;
}
.BodyText {
	color: #1185C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
.BodyLink {
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}
.Title {
	color: #1185C0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}
.TitleBG {
	background-color: #C6F7FF;
}
.BodyBG {
	background-color: #EEFFFF;
}
.CopyrightBG {
	background-color: #EEFFFF;
}
.Divider {
	background-color: #C6F7FF;
}
.MsgBodyBG {
	background-color: #FAFAFA;
}
.MsgBody {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.MsgFromLabel {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.MsgFrom {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.MsgTo {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.MsgToLabel {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.MsgTimeSentLabel {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.MsgTimeSent {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.MsgSubject {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.MsgSubjectLabel {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.CSText {
	color: #1185C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.MsgAttachLabel {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.MsgAttach {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.StatsLabel {
	color: #1185C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}
.Stats {
	color: #1185C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.CSTextLabel {
	color: #1185C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #006600;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #00CC33;
}
.MsgHeaderAttachLabel {
	color: #1185C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.DisclaimerLabel {
	color: #1185C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.Disclaimer {
	color: #1185C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.Copyright{
	color: #1185C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}


.ErrTitle {
	display: block;
	margin: 0;
	text-align: center;
	color: #1185C0;
	background-color: #C6F7FF;
	padding: 1rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: bold;
}
.ErrMsgContainer {
	display: block;
	text-align: left;
	background-color: #EEFFFF;
	margin: 0;
	padding: 1rem;
}
.ErrMsg {
	margin: 0.6rem;
	color: #1185C0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
}
.FooterContainer {
	display: block;
	margin: 0;
	text-align: center;
	color: #1185C0;
	padding: 1rem;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: normal;
}

