html, body{
	height:100%;
}

body {
	margin:0;
	padding:0;
	text-align:center;/* per ie5 and 5.5. */
	min-height:200px;/* per mozilla/opera */
	min-width:200px;/* """ */
	background-color: #FFFFFF;
}
img
{
border: solid 0px transparent;
}

div#container {
height:100%;
width:960px;
margin-left:auto;
margin-right:auto;
position:relative;
}
div#border {
height:580px;
width:960px;
top: 50%;
left:0px;
margin-top: -290px;	
position:absolute;
border: 0px solid #000;
}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0062AC;
	text-align: justify;
}

.txt a {
	color: #0062AC;
	text-decoration:underline;
}

.txta {
	text-align: right;
}

.txta a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #0062AC;
	text-align: right;
}

.txtt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0062AC;
	text-align: left;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #0062AC;
	text-align: center;
}


#loadingLayer {
z-index:99;
display: none;
}


    #content-slider {
      width: 10px;
      height: 301px;
      margin: 0px;
      background: #EEEEEE;
      position: relative;
      float: right;
    }

    .content-slider-handle {
      width: 10px;
      height: 20px;
      position: absolute;
      top: 0px;
	  background:url(../images/slider.png);
      border: solid 0px black;
	  cursor:pointer;
    }

    #content-scroll {
      width: 665px;
      height: 301px;
      margin-top: 0px;
      overflow: hidden;
      border: solid 0px black;
    }

    #content-holder {
      width: 665px;
      height: 301px;
    }
	
#simplemodal-overlay {background-color:#FFF; cursor:wait;}
#simplemodal-container {height:340px; width:500px; background-image:url(/images/bg_popup.png); border:2px solid #0062AC;}
a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

table.righealterne tr.alterna td{background-color: #E5EFF7;}
table.righealterne td {padding-left:10px; padding-top:2px; padding-bottom:2px;}