body {
background-image: url(../graphics/background.gif);
background-repeat:repeat;
margin:0px

}

.cell_center{
	background-image:url(../graphics/background_interior.gif);
}

.cell_illustration{
	margin-left:10px;
}

/* TEXT STYLE */

.txtGeneral{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.txtTitle{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.txtLegende{
	color:#4F602F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


.txtLineHPresent{
	line-height:22px;
}


/* IMG STYLE */

.titleGFX{
	padding-top:15px;
	padding-bottom:15px;
}

/* SCROLLING SYSTEM */

.scroll_center {
	height: 430px;
	width: 623px;
	overflow: auto;
}
