body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(bg_page.jpg);
	background-repeat: repeat-y;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
}

.picc
{
	font-size: 11px;
}

.titolo
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bold;
	color: #FF6600;
}

#orange
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FF6600;
}

#nero
{
	color: #000000;
}


#foo
{
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	background-color: #0F619B;
}

#bordo {
	border: thin solid #FF6600;
}

#brdR {
	border-right: thin solid #FF6600;
}

#brdL {
	border-left: thin solid #FF6600;
}

#brdT {
	border-top: thin solid #FF6600;
}

#brdW {
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
}

#brdWT {
	border-top: thin solid #FFFFFF;
}

#brdWR {
	border-right: thin solid #FFFFFF;
}


h3 {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
}

