/* -------------------------------------------------------------------- */
/*
/* (c) Julien RICHETTI, 2008
/*
/* -------------------------------------------------------------------- */
HTML, BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
BODY {
	color: #000;
	text-align: center;
	background: #FFF;
}

BODY, TD, TH, TEXTAREA, P, LI {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 9pt;
}

A { color: #369; text-decoration: none; }
A:hover { color: #F00; text-decoration: none;}

#plastibell {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.noflash {
	width: 640px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
	/*
	height: 240px;
	overflow: auto;
	*/
}

H1 {
	background: #FFF url(all/plastibell.png) no-repeat top right;
}
H1 SPAN {
	display: block;
	float: none;
	font-size: 75%;
}

H2 {
	background: #EEE;
	padding: 8px;
}

HR {
	border-top: 1px dotted silver;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	margin: 1em 0;
	width: 100%;
}

