.floatR {
	float: right;
	margin: 10px;
	padding: 10px;
}
.floatL {
	margin: 10px;
	padding: 10px;
	float: left;
}
.bgblu {
	background-color: #008EA6;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.titlePOS {
	position: relative;
	left: 0px;
	top: 0px;
}
