body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: #000000;
    background-color: #444444;
    background-image: url(sfondo_pagina.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

img {
	border: 0px;
	margin: 0px;
	vertical-align: middle;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

a {
	font-size: 140%;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #004541;
}

a:visited {
	text-decoration: none;
	color: #004541;
}

a:active {
	text-decoration: none;
	color: #004541;
}

a:hover {
	text-decoration: underline;
	color: #004541;
}

.Content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 16px;
    background-color: #F2F2F2;
}

.Header {
	height: 130px;
    background-color: #E6B1B0;
    background-image: url(header.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.Title01 {
	margin-top: 16px;
	margin-left: 10px;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;

	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
    color: #FFFFFF;

    background-image: url(sfondo_titolo.gif);
    background-repeat: no-repeat;
}

.Title02 {
	margin-bottom: 10px;

	text-align: left;
	font-size: 140%;
	font-weight: bold;
    color: #004541;
}

.TextBody {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;

	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

	text-align: left;
    background-color: #FFFFFF;
}

