body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
	margin: 90px auto;
	text-align:center;
}

div#page{
	width: 600px;
	margin: 0px auto;
	text-align:left;
}

/********************************* header */

div#walter{
	display: inline;
	font-size: large;
	font-weight: bold;
	color: #999999;
}

div#ercolino{
	display: inline;
	color: #000000;
}

/********************************* menu */

div#menu{
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

div#menu a{
    text-decoration: none;
	color: #666666;
}

div#menu a:hover {
	text-decoration: none;
	color: #000000;
}

div#menu a.active {
	text-decoration: none;
	color: #000000;
}

/********************************* content */

table.content-table{
	width:600px;
	height:100%;
	border:0px;
	padding:0px;
	cellspacing:0px;
}

div#page-title{
	text-transform: uppercase;
	font-weight:bold;
	color: #000000;
/*	padding-bottom: 12px;*/
}

div#content{
padding-top:10px;
}

div#content .bodytext{
text-align: justify;
margin: 0px 0px 10px 0px;
}

div#content h1{
	font-size: xx-small;
	color: #000000;
	margin: 0px;
}

div#content .csc-textpicsubheader-0{
	font-size: xx-small;
	color: #999999;
	margin: 0px 0px 10px 0px;
}

div#content .csc-textsubheader-0{
	font-size: xx-small;
	color: #999999;
	margin: 0px 0px 10px 0px;
}





div#content .csc-textpic-imagewrap{
	margin: 0px 0px 20px 0px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}


th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/********************************* footer */

div#footer{
    border-top: 1px solid #CCCCCC;
	text-align: right;
	color: #999999;
}

div#footer .bodytext{
    padding: 0px;
	margin: 0px;
}

/********************************* news */

div#box-news{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div#box-news h1{
	font-size: 10px;
	color: #000000;
	margin: 0px;
}

div#box-news h2{
	font-size: 10px;
	color: #000000;
	margin: 0px;
}

div#box-news .news-text{
	margin: 0px;
	text-align: justify;
}

div#box-news .news-more{
	margin: 10px 0px;
}

div#box-news .news-date{
	color: #999999;
	margin: 0px 0px 10px 0px;
}

div#box-news .caption{
	display: block;
	margin: 10px 0px 0px 0px;
	color: #000000;
}