<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("menu.css");
@import url("footer.css");
@import url("content.css");
@import url("reclamation.css");

body, p, td, th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
body {
	background-color: #EEEEEE;
	margin:0px;
}
a {
	color:#3366FF;
}
a:hover, a:focus {
	color:#FF3399;
}
#site {
/*	display:table;*/
	width:1002px;
	overflow:visible;
	text-align:left;
	margin:auto;
}
#mainCont {
	background-color:#FFFFFF;
	border:1px solid #004c93;
	height:650px;
	width:1000px;
	overflow:hidden;
	background-image:url(images/siteBK.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#000;
}
#mainCont &gt; div { 
/*#illustrCont, #contentCont, #scrollerCont, #menuCont, #scrollerCont {
/*	display:table-cell;*/
/*	display:-moz-inline-stack; /* FF 1&amp;2 */
	display:inline-block; /* good browser */
	vertical-align:top;
	height:650px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}


#contentCont {
	width:700px;
}
#contentRef {
	width:680px;
	height:630px;
	margin:10px;
	overflow:hidden;
}
#scrollerCont {
	vertical-align:top;
	width:25px;
	text-align:center;
/*	padding:5px 0px;
	margin:0px;*/
	font-size:0px;
}
#scrollerCont &gt; * {
	display:none;
}
#scroller {
	margin:0px 8px;
	height:630px;
	width:9px;
	background-image:url(images/scrollerGuide.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#menuCont {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width:275px;
	/*border-left: 1px dotted #CCC;*/
}

/* styles for scrolling */
#contentRef {
/*	position:relative;  */
}
#scroller {
	position:relative; 
}
#content {
	position:relative; 
}
#scrollBar {
	cursor:pointer;
}



</pre></body></html>