﻿/****** GENERAL SECTION ******/
html {
	overflow-y:scroll;
}
body {
	background-color: #FFFFFF;
}
body, p, li, div, span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	line-height: 1.3;
}
.indexpage {
    background-image: url(../images/NewLook/indexBodyBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.red {
	color: crimson;
	background-color: transparent;
}
.black {
	color: #000000;
	background-color: transparent;
}
a:active, a:focus {
	cursor: auto;
}
a.menulink,
a.menulink:visited {
	text-decoration: none;
	color: #004d99;
}
a.menulink:hover {
	text-decoration: underline;
}
.fontSize200 {
	font-size: 20.0pt;
}
.fontSize195 {
	font-size: 19.5pt;
}
.fontSize190 {
	font-size: 19.0pt;
}
.fontSize185 {
	font-size: 18.5pt;
}
.fontSize180 {
	font-size: 18.0pt; 
}
.fontSize175 {
	font-size: 17.5pt;
}
.fontSize170 {
	font-size: 17.0pt;
}
.fontSize165 {
	font-size: 16.5pt;
}
.fontSize160 {
	font-size: 16.0pt;
}
.fontSize155 {
	font-size: 15.5pt;
}
.fontSize150 {
	font-size: 15.0pt;
}
.fontSize145 {
	font-size: 14.5pt;
}
.fontSize140 {
	font-size: 14.0pt;
}
.fontSize135 {
	font-size: 13.5pt;
}
.fontSize130 {
	font-size: 13.0pt;
}
.fontSize125 {
	font-size: 12.5pt;
}
.fontSize120 {
	font-size: 12.0pt;
}
.fontSize115 {
	font-size: 11.5pt;
}
.fontSize110 {
	font-size: 11.0pt;
}
.fontSize105 {
	font-size: 10.5pt;
}
.fontSize100 {
	font-size: 10.0pt;
}
.fontSize95 {
	font-size: 9.5pt;
}
.fontSize90 {
	font-size: 9.0pt;
}
.fontSize85 {
	font-size: 8.5pt;
}
.fontSize80 {
	font-size: 8.0pt;
}
.fontSize75 {
	font-size: 7.5pt;
}
.fontSize70 {
	font-size: 7.0pt;
}
a img{
	border: none;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.alignTopRight {
	text-align: right;
	vertical-align: top;
}
.alignTopCenter {
	text-align: center;
	vertical-align: top;
}
.alignTopLeft {
	text-align: left;
	vertical-align: top;
}
.alignBottomRight {
	text-align: right;
	vertical-align: bottom;
}
.alignBottomCenter {
	text-align: center;
	vertical-align: bottom;
}
.alignBottomLeft {
	text-align: left;
	vertical-align: bottom;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: #CCCCCC 0 0 7px 0;
  -webkit-box-shadow: #CCCCCC 0 0 7px 0;
  -o-box-shadow: #CCCCCC 0 0 7px 0;
  box-shadow: #CCCCCC 0 0 7px 0;
  z-index: 1;
}
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: 15px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}

/****** CONTAINERS SECTION ******/
div.indexcontainer {
	width: 1020px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.indexcontact {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9.5pt;
	color: #333;
	text-align: right;
}
div.indexefiling {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
div.indexcontent {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
div.indexwrap-eng {
	float: left;
	width: 200px;
	padding-left: 30px;
	padding-right: 10px;
}
div.indexwrap-fra {
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-right: 30px;
}
div.indexfooter {
    text-align: left;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	/*height: 30px;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9.5pt;
	color: #333;
	line-height: 2.4;
}
div.indexfooterline {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/indexfooterline.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1px;
}