html
	{
	overflow-y: scroll;
	overflow-x: auto;
	}

html, body
	{
	margin:0; background-color: #000000;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: verdana;
	text-align: center;
	}

.Language
	{
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	}

.French
	{
	text-align: right;
	font-size: 10pt;
	width: 50%;
	border-right: 1px solid #FFFFFF;
	}

.French img
	{
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	}

.English
	{
	text-align: left;
	font-size: 10pt;
	width: 50%;
	border-left: 1px solid #FFFFFF;
	}

.English img
	{
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	}

A:link
	{
	color: #C0C0C0;
	font-size: 10pt;
	text-decoration: none;
	}

A:visited
	{
	color: #C0C0C0;
	font-size: 10pt;
	text-decoration: none;
	}

A:active 
	{
	color: #C0C0C0;
	font-size: 10pt;
	text-decoration: none;
	}

A:hover
	{
	text-decoration: underline;
	}