/* Copyright 2006 MAINLAB graphicsolutions. All rights reserved. */

/*Stile generale*/

body {
	margin-left: 250px;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image: url(../mainlab_imgs/bck_mainlab.gif);
	background-repeat: no-repeat;
}
.txt_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	text-decoration: none;
	line-height: 14px;
}

.txt_whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font:bold;
	text-align: justify;
	text-decoration: none;
	line-height: 14px;
}
.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;
}





