body
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: x-small;
	color: Black;
}

div
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: x-small;
	color: Black;
}

table
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: x-small;
	color: Black;
}

h2
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: small;
	font-weight: bold;
	color:Black;
}

a.menu
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	text-decoration: none;
	color: Black;
}
a
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-weight: bold;
	text-decoration: none;
	color: Gray;	
}
a:hover
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-weight: bold;
	text-decoration: none;
	color: Blue;
}

.GridViewBase
{
	background-color: White;
    border: none;
}

.GridViewHeader
{
	background-color: #6B696B;
	color:white;
	font-weight:bold;
}

.GridViewFooter
{
	background-color: Silver;
	color:white;
}

.GridViewItemStyle
{
	background-color: #F7F7DE;

}

.Contenitore
{
	width: 960px;
}

.Titoli
{
	font-size:medium;
	background-color:#b0c4de;
}
.SottoTitoli
{
	font-size:X-Small;
	background-color:#b0c4de;
}

