html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li,	{
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
/*	list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***************************************************************/

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;
}


a {text-decoration: none;}

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;}


#scroll{width: 670px; height:301px;}
.txt a {text-decoration: none;}

.jspContainer {overflow: hidden;position: relative;}
.jspPane{	position: absolute;}
.jspVerticalBar{	position: absolute;	top: 0;	right: 0;	width: 4px;	height: 100%;	background: #fff;}
.jspHorizontalBar{	position: absolute;	bottom: 0;	left: 0;	width: 100%;	height: 16px;	background: red;}
.jspVerticalBar *, .jspHorizontalBar *{	margin: 0;	padding: 0;}
.jspCap{	display: none;}
.jspHorizontalBar .jspCap{	float: left;}
.jspTrack{	background: #94d1ec;	position: relative;}
.jspDrag{	background: #0061ab;	position: relative;	top: 0;	left: 0;	cursor: pointer;}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{	float: left;	height: 100%;}
.jspArrow{	background: #50506d;	text-indent: -20000px;	display: block;	cursor: pointer;}
.jspArrow.jspDisabled{	cursor: default;	background: #80808d;}
.jspVerticalBar .jspArrow{	height: 16px;}
.jspHorizontalBar .jspArrow{	width: 16px;	float: left;	height: 100%;}
.jspVerticalBar .jspArrow:focus{	outline: none;}
.jspCorner{	background: #eeeef4;	float: left;	height: 100%;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{	margin: 0 -3px 0 0;}
