body { 
	color: black; 
	font-size: small; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	padding-left: 6px;
}
p {
	font-size: small; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
p.bigger {
	font-size: medium; 
}
p.footer {
	font-size: x-small; 
}

h1 {
	color: rgb(48, 126, 204);
	font-size: 18pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0.67em 0;
}

h2 {
	color: rgb(48, 126, 204);
	font-size: 16pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 14pt;
	margin: 0.83em 0;
}

h2.temps {
	font-size: 22pt;
	line-height: 22pt;
	margin-bottom: 2px;
	padding-top: 6px;
}

h3 {
	font-size: 12pt;
	line-height: 12pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

div {
	vertical-align: top;
}
div.table {
	display : table;
	padding-bottom: 16px;
}
div.table-row {
	display : table-row;
}
div.right-image {
	float: right;
	width: auto;
	padding: 6px 6px 2px 0;
}
div.section-wrap {
	max-width: 650px;
	height: 212px;
	background-color: rgb(213, 233, 242);
	border-top: thin solid rgb(223, 243, 252);
	border-left: thin solid rgb(223, 243, 252);
	border-bottom: 2px solid rgb(190, 210, 220);
	border-right: 2px solid rgb(190, 210, 220);
}
div.inner-space {
	height: 2px;
	width: inherit;
	padding-top: 12px;
}
div.section-space {
	font-size: 9pt;
	height: 9px;
	width: inherit;
	clear: both;
	padding-top: 6px;
}

span {
	font-size: 10pt;
	text-align: left;
}
span.title-float {
	text-align: right;
	padding-left: 3px;
}
span.content-float {
	font-weight: bold;
	padding-left: 3px;
}
span.title-r {
	display : table-cell;
}
span.content-r {
	display : table-cell;
	text-align: right;
	font-weight: bold;
}
span.title {
	display : table-cell;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
}
span.content {
	display : table-cell;
	font-weight: bold;
	padding-right: 6px;
}
span.subtitle {
	display : table-cell;
	font-size: 10pt;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
}
span.subcontent {
	display : table-cell;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 6px;
}

