@charset "utf-8";
/* CSS Document */
.blucap {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0F2242;
}
.greydark {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.style2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;	
}
.style3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;	
}
/* NON-HEADER */
*{padding:0; margin:0;}
body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #CDCDCD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

.blue {
	color:#CCCCCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
} /*Font-size:1.0em = 10px when browser default size is 16px*/



.ul
{

	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;

	background: url(img/button_bg.png);
	background-repeat:no-repeat;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color:#009999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
.inputbox {
	padding: 1px;
	background: url(laboratorio-analisi-roma/input_back.jpg) repeat-x;
	background-color: #FFFFFF;
	color: #003366;	
}
.home a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;

}

.home :hover {
	text-decoration: underline;
	color:#009999;
font-weight:normal;
}