﻿body 
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-family:  Trebuchet MS,Tahoma, AvantGarde Bk BT,Verdana, Arial, sans-serif;
	font-size:12px;
}

#BloccoGenerale
{
	width:900px;
}

#IBlocco2
{
	height: 200px;
	border-right: 1px solid #FF00FF;
	background-image: url(  '../../Design/Logo.jpg' );
	background-repeat: no-repeat;
	background-position: center bottom;
}

.Titoletti
{
	color: #3E76B3;
}

.BorderImg
{
	border: 1px solid #666666;
}

.TestoConLinea
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3E76B3;
	margin-bottom: 10px;
	color: #3E76B3;
}

/* NEWS */

.news
{
	margin: 10px 10px 0px 10px;
	color: #000000;
}

.news h4
{
	color: #3E76B3;
}

/* Accordion */
.accordionHeader
{
	height: 20px;
}

.accordionHeader a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
}

.accordionHeader a:hover
{
	text-decoration: underline;
}

.accordionHeaderSelected
{

	padding: 5px 0px 5px 0px;
}

.accordionHeaderSelected a
{
	text-decoration: none;
	color: #800080;
	font-weight: bold;
	font-size: 1.1em;
}

.accordionHeaderSelected a:hover
{
	text-decoration: underline;
}

.accordionContent
{
	padding: 10px 5px 10px 5px;
	border: 1px solid #3E76B3;
	margin-bottom:10px;
}