@charset "utf-8";

@media print
{

	a
	{
		color: black;
		text-decoration: none;
	}
	
	a img
	{
		border: none;
	}

	body
	{
		font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
	}
	
	#site-body table
	{
		background: #4b6381 top left no-repeat url('table-caption-left.png');
		border-collapse: collapse;
		margin: 0 0 1em;
	}
	
	#site-body table caption
	{
		background: #4b6381 top left no-repeat url('table-caption-left.png');
		color: white;
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
		margin: 0 0 0 -0.75px;
		padding: 0;
		position: relative;
	}
	
	#site-body table caption h3
	{
		background: top right no-repeat url('table-caption-right.png');
		font-size: 0.9em;
		font-weight: normal;
		line-height: 2em;
		margin: 0;
		padding: 0 0.8em;
	}
	
	#site-body table td,
	#site-body table th
	{
		background: #f8f8f8;
		color: black;
		font-size: 0.85em;
		padding: 6px 10px;
	}
	
	#site-body table thead th
	{
		color: white;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#site-body table tr.even td,
	#site-body table tr.even th
	{
		background: #eff1f3;
	}
	
	#site-body table.reports
	{
		width: 861px;
	}
	
	#site-body table.reports a.link-report
	{
		background-repeat: no-repeat;
		background-position: center center;
		margin: 0 0 0 3px;
		padding: 1px 0;
		text-decoration: none;
	}
	
	#site-body table.reports a.link-report span
	{
		display: inline-block;
		width: 16px;
		visibility: hidden;
	}
	
	#site-body table.reports tbody td
	{
		font-size: 0.8em;
		text-align: right;
		text-transform: uppercase;
	}
	
	#site-body table.reports tbody td img
	{
		vertical-align: middle;
	}
	
	#site-body table.reports tbody th
	{
		font-weight: normal;
		width: 98%;
	}
	
	#site-body table.reports tbody td
	{
		white-space: nowrap;
		width: 1%;
		vertical-align: bottom;
	}
	
	#site-page
	{
		text-align: left;
	}
	
	#site-skip,
	#site-top,
	#site-to-top
	{
		display: none;
	}

}

@media screen
{
	
	a img
	{
		border: none;
	}
	
	body
	{
		background: #367abe;
		color: black;
		font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
		font-size: 80.01%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	h1
	{
		color: #004990;
		font-size: 1.8em;
		font-weight: normal;
	}
	
	hr,
	#site-header h1 a span,
	#site-header h2,
	#site-header h3,
	#site-header h4
	{
		display: none;
	}
	
	.lang-fr #site-header
	{
		background: no-repeat top left url('fr-title.jpg');
	}
	
	#site-body
	{
		background: white top left no-repeat url('body-top.png');
		font-size: 1.2em;
		padding: 1px 0 0 0;
	}
	
	#site-body h1
	{
		margin-top: 0;
		padding-top: 0;
	}
	
	#site-body table
	{
		background: #4b6381 top left no-repeat url('table-caption-left.png');
		border: solid 1px #4b6381;
		border-collapse: collapse;
		margin: 0 0 1em;
	}
	
	#site-body table caption
	{
		background: #4b6381 top left no-repeat url('table-caption-left.png');
		color: white;
		text-align: left;
		text-transform: uppercase;
		margin: 0 0 0 -0.75px;
		padding: 0;
		position: relative;
	}
	
	#site-body table caption h3
	{
		background: top right no-repeat url('table-caption-right.png');
		font-size: 0.9em;
		font-weight: normal;
		line-height: 2em;
		margin: 0;
		padding: 0 0.8em;
	}
	
	#site-body table td,
	#site-body table th
	{
		background: #f8f8f8;
		color: black;
		font-size: 0.85em;
		padding: 6px 10px;
	}
	
	#site-body table thead th
	{
		color: white;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#site-body table tr.even td,
	#site-body table tr.even th
	{
		background: #eff1f3;
	}
	
	#site-body table.reports
	{
		width: 861px;
	}
	
	#site-body table.reports a.link-report
	{
		background-repeat: no-repeat;
		background-position: center center;
		margin: 0 0 0 3px;
		padding: 1px 0;
		text-decoration: none;
	}
	
	#site-body table.reports a.link-report span
	{
		display: inline-block;
		width: 16px;
		visibility: hidden;
	}
	
	#site-body table.reports tbody td
	{
		font-size: 0.8em;
		text-align: right;
		text-transform: uppercase;
	}
	
	#site-body table.reports tbody td img
	{
		vertical-align: middle;
	}
	
	#site-body table.reports tbody th
	{
		font-weight: normal;
		width: 98%;
	}
	
	#site-body table.reports tbody td
	{
		white-space: nowrap;
		width: 1%;
		vertical-align: bottom;
	}
	
	#site-body-content
	{
		background: bottom left no-repeat url('body-bottom.png');
		padding: 1em 20px 20px;
		zoom: 1;
	}
	
	#site-bottom
	{
		background: white top left no-repeat url('body-top.png');
		font-size: 0.9em;
		margin: 15px 0 27px 0;
		padding: 1px 0 0 0;
	}
	
	#site-bottom a
	{
		color: black;
		text-decoration: none;
	}
	
	#site-bottom-content
	{
		background: bottom left no-repeat url('body-bottom.png');
		padding: 0 1.5em 1px;
	}
	
	#site-header
	{
		background: no-repeat top left url('en-title.jpg');
		height: 240px;
		position: absolute;
		top: 27px;
		width: 901px;
	}
	
	#site-header h1
	{
		margin: 0;
		padding: 0;
	}
	
	#site-header h1 a
	{
		display: block;
		height: 63px;
		position: absolute;
		margin: 0 0 0 260px;
		top: 27px;
		width: 400px;
	}
	
	#site-footer
	{
		float: left;
		line-height: 2.5em;
		padding: 0;
	}
	
	#site-footer p
	{
		padding: 0;
		margin: 11px 0;
	}
	
	#site-menu-pages
	{
		background: #f4f4f4 bottom left repeat-x url('menu-pages-bg.png');
		font-weight: bold;
		position: absolute;
		text-align: center;
		top: 267px;
		width: 901px;
	}
	
	#site-menu-pages a
	{
		color: #276fba;
		line-height: 27px;
	}
	
	#site-menu-pages a:hover
	{
		color: #efab07;
	}
	
	#site-menu-pages a span
	{
		padding: 6px 10px;
	}
	
	#site-menu-pages ul li.active a
	{
		color: #efab07;
	}
	
	#site-menu-pages-content
	{
		background: bottom left no-repeat url('menu-pages-left.png');
	}
	
	#site-menu-pages-content ul
	{
		background: bottom right no-repeat url('menu-pages-right.png');
	}
	
	#site-menu-utilities
	{
		background: #214c8b bottom left no-repeat url('menu-utilities-left.png');
		position: absolute;
		text-align: right;
		top: 0;
		width: 901px;
	}
	
	#site-menu-utilities a
	{
		color: white;
	}
	
	#site-menu-utilities ul
	{
		background: bottom right no-repeat url('menu-utilities-right.png');
		padding: 0 1em 0 0 !important;
	}
	
	#site-menu-utilities ul li
	{
		padding: 0 1em 0 0 !important;
	}
	
	#site-nav
	{
		font-size: 0.85em;
		line-height: 27px;
	}
	
	#site-nav a
	{
		text-decoration: none;
	}
	
	#site-nav ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#site-nav ul li
	{
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#site-page
	{
		margin: 0 auto;
		padding: 309px 0 1px 0;
		text-align: left;
		width: 901px;
	}
	
	#site-skip
	{
		display: none;
	}
	
	#site-sponsor
	{
		float: right;
		text-align: right;
		width: 60%;
	}
	
	#site-sponsor p
	{
		margin: 11px 0;
	}
	
	#site-sponsor-logo a
	{
		background: center center no-repeat url('logo-gc.png');
		display: block;
		float: right;
		height: 31px;
		margin: 11px 0 0 10px;
		width: 106px;
	}
	
	#site-to-top
	{
		clear: both;
		height: 1px;
	}
	
	#site-to-top a
	{
		display: none;
	}
	
	#site-top
	{
	}
	
}