/* CSS Document */

.imgprint
{
display:none;
visibility:hidden;
}

tr.int_tab
{
background-image:url(img/thread_top.png);
background-repeat:no-repeat;

height:10px;
}

tr.body_tab
{
background-image:url(img/thread_body.png);
background-repeat:repeat-y;
background-position:top;
}

tr.bottom_tab
{
background-image:url(img/thread_bottom.png);
background-repeat:no-repeat;
background-position:top;
height:70px;
}

.corpo
{
	font-family: calibri;
	color: #CCCCCC;
}

.titolo 
{
	font-family: calibri;
	font-size: 16pt;
	color: #FFFFFF;
}

.link
{
	font-family: calibri;
	color:#FF0000;
}

.link:visited
{
	font-family: calibri;
	color:#FF0000;
}

.link:hover
{
	font-family: calibri;
	color:#FF0000;
	font-weight:bold;
}


