@charset "utf-8";
/* CSS Document */


/* GENERIC STYLES */

*{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

.floatLeft {
    float:left;
    clear:none;
}
.floatRight {
    float:right;
    clear:none;
}
body{
	font: 80%  Arial, Helvetica, Verdana #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	margin:0 0 20px 0;
	background-color:#0082CB;
}

#mainContainer {
    width:965px;
    margin:0 auto;
}

#contentContainer{
  text-align:left;
}
.hide{
    display:none;
}

.bold{
    font-weight:bold;
}

.toTop{
	clear:both;
	text-align:right;
	padding:0 10px 0 0;
}

	.toTop a{
		margin:0 0 0 20px;
	}

	a:link{
		color:#5395D0;
	}
	a:visited{
		color:#ED1C24;
	}
	a:hover{
		text-decoration:underline;
	}
	a:active{}


.clearAll{
	clear:both;
}
.curvy{
}
h1{

}
h2{
	color:#ED1C24;
	margin:10px 0 0 15px;
	line-height:20px;
}
h3{
	clear:left;
	font-weight:bold;
	font-size:1em;
	padding:0;
}
	h3 img{
		margin:3px 0 0px 5px;
	}
	h3.alone{
		margin:0 0 0 15px
	}
h4{
	font-weight:bold;
	font-size:1em;
}

h5{
	font-size:1em;
}
h6{
	font-size:1em;
	}
p{
	line-height:150%;
	margin:10px 10px 10px 15px;
}
ul.bulletList li{
	list-style:disc;
	margin:0 0 0 50px;
	padding:0 0 0 20px;
	line-height:20px;
}
.smallPrint{
	font-size:0.9em;
	color:#707070;
}
	dt .smallPrint{
		font-size:0.8em;
	}
.center{
	text-align:center;
}
	p.NB{
		font-weight:bold;
		color:#ED1C24;
		font-size:0.9em;
	}
	p.mandatory
	{
		text-align:right;
		font-size:0.9em;
	}
	.highlight{
		font-weight:bold;
		color:#ED1C24;
	}
.asterisk{
	color:#ED1C24;
}
.disabled{
	color:#E1E1E1;
}
