body {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color:#666666
}

p.just
{
	text-align:justify;
	margin-right:10px;
	margin-top:0px;
}

p.justml
{
	text-align:justify;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
}

.titlebj
{
	text-align:justify;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	font-weight:bold;
	font-size:12px;	
}

.title{
font-weight:bold;
color:#0066FF;
}

.text1{
color:#CCCCCC;
}

.textb{
font-weight:bold;

}

.msgok   {
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-left:10px;
	color: #00CC66;
	font-weight: bold;
	width:400px;
}

.msgerr   {
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-left:10px;
	color: #FF0000;
	font-weight: bold;
}

.textarea
{
	background-color:#CCCCCC;
	font-size:12px;
}

input.bottone {
	BACKGROUND-COLOR: #eeeeee;
	COLOR: #333333;
	font-size: 10px;
	font-family: Thaoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	MARGIN-BOTTOM: 3px;
	MARGIN-TOP: 3px
}

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	/*bottom: 50px;*/
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	/*background: url(images/dock-bg.gif);*/
	padding-left: 1px;
}
a.dock-item2 {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	/*text-align: center;
	text-decoration: none;*/
}

.dock-item2 span {
	display: none;
	padding-left: 20px;
	bottom: 0px; 
}

.dock-item2 img {
	border: none; 
	/*margin: 5px 10px 0px; */
	width: 100%; 
	padding-bottom:0px;
}