/* Copyright 2006 MAINLAB graphicsolutions. All rights reserved. */

/*Stile generale*/

body {
	margin-left: 234px;
	margin-top: 400px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#3f3f3f;
	background-image: url(../images/mainlab_index.gif);
	background-repeat: no-repeat;
}
.rosso_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;	
}

.txt_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: justify;
	text-decoration: none;
	line-height: 10px;

}
.txt_whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font:bold;
	color: #ffffff;
	text-align: justify;
	text-decoration: none;
	line-height: 11px;
}
.txt_greysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: justify;
	text-decoration: none;
	line-height: 12px;
}

.a:link {
	color: #ffffff;
	text-decoration: none;
}
.a:visited {
	color: #ffffff;
	text-decoration: none;
}
.a:hover {
	color: #cc0000;
	text-decoration: none;
}
.a:active {
	color: #ffffff;
	text-decoration: none;
}




