﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box effect via body */
body {
	font-size: 14px;
	line-height: 1.7142857143em;
	font-family: Helvetica, Arial, sans-serif;
	
	margin: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	padding: 20px;
}

p {margin-top: 0px; margin-bottom: 15px;}
h1 + p {margin-top: 20px;}
a {color: #0066a4;}
	a:hover {text-decoration: underline !important;}

ul {padding-left: 35px;}	
ul, ol {margin-top: 0 !important;}	

/* Headings */
p,h1,h2,h3,h4,h5,h6 {margin-left: 0 !important;}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal !important;
	color: #212121;
	margin-bottom: 5px;
}

h1 {
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #ccc;
	padding: 16px 12px 11px 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAA6CAIAAADdkfVlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADtJREFUeNrs0rEJADAMA0EnZP+R5YwQcJPmvhe8kFaSGrFryo/k6W62bK1iFbY+ZBU92foQWz1fXAEGAG8BM15ZDlBAAAAAAElFTkSuQmCC);
	background-size: 100% 100%;
	margin: -20px;
	margin-left: -20px !important;
	margin-bottom: 0;
	
	font-size: 24px;
}
	h1, h1 span {font-family: inherit !important;}
	h1 + div.WordSection1 {margin-top: 20px;}
	
	
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

table,
ul, .TableText,
.TableBullet,
.p-Bullet,
p.Bullet,
.p-TableBullet,
p.BodyText {
	font-size: 1em !important;
}
	.BodyText img {vertical-align: middle; margin: 0 3px;}
	table + p {margin-top: 20px;}
	
ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0 !important;
}


/* Data tables */
table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 !important;
	width: 100% !important;
	line-height: inherit;
}
	/* Table header */
	table tr:first-child > td {
		color: #212121;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAA6CAIAAADdkfVlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADtJREFUeNrs0rEJADAMA0EnZP+R5YwQcJPmvhe8kFaSGrFryo/k6W62bK1iFbY+ZBU92foQWz1fXAEGAG8BM15ZDlBAAAAAAElFTkSuQmCC);
		background-size: 100% 100%;
		vertical-align: middle !important;
	}
		table tr:first-child > td > p,
		table p.TableHead {margin-top: 0; font-weight: normal !important;}
		table tr:first-child > td > p {margin-bottom: 0;}
	
	td, th {
		border: 1px solid #ccc !important;
		padding: 11px 15px 9px !important;
		vertical-align: top !important;
	}
		.Bullet,
		.TableText, 
		.TableNumberBullet {margin-top: 0;}
	
	/* Alternate Row coloring */
	tr {height: auto !important;}
	tr:nth-child(odd) {
		background-color: #f8f8f8;
	}
	
	ul > li,
	.p-Bullet,
	.TableBullet {
		margin-top: 0; 
		margin-bottom: 0; 
		margin-left: 0 !important;
	}
	
	td > ol {padding-left: 15px;}
		td > ol > li,
		td > ol > .p,
		td > ol > .p-ListNumber,
		td > ol > .p-TableNumberBullet {margin-left: 0 !important;}
		
.MsoNormal, .MsoNormal span {
	font-family: inherit !important;
	font-size: inherit !important;
	text-indent: 0 !important;
}	
.WordSection1 > .MsoNormal:first-child span {font-size: 24px !important;}
.custom-line-break {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-top: 1.5em; /* Adjust this as needed for spacing */
	overflow: hidden;
	visibility: hidden;
	border: none;
	content: "";
	background-color: transparent;
}

