body {
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	/*background: #eee; url('../images/bg/gradient1.gif') top left repeat-x;*/
}

h1
{
	color: #000;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
	border-bottom: solid 1px black;
}

h1 sup
{
	color: #000;
}

h1 a
{
	color: #000;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #000;text-decoration: none;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 20px;
}


.curriculum
{	color: #000;
	font-size: 0.3em;
}


.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

.crediti, a.crediti { color: #000; text-decoration: underline;}
a:hover, a:visited { color: #000;  text-decoration: underline;} 
a.crediti:hover { color: #000;  text-decoration: underline;}
a.crediti:visited { color: #000;  text-decoration: underline;}

/* CONTENITORI DEI BORDI E DEL CONTENUTO DEL BOX */

div.BORDI{width: 420px;}
div.CONTENUTO{
    background-color: #000;
    color: #FFFFFF;
    width: 410px;
    padding: 5px;
	text-align:left;
	font: Normal 11px Verdana;
}

/* CREAZIONE DEGLI ANGOLI SMUSSATI */
span.TOP, span.BOTTOM{
    display: Block;
    background-color: #f000;
}

span.TOP span, span.BOTTOM span{
    display: Block;
    overflow: Hidden;
    background-color: #000;
    height: 1px;
}

span.RIGA1{margin: 0 5px;}
span.RIGA2{margin: 0 3px;}
span.RIGA3{margin: 0 2px;}
span.TOP span.RIGA4, span.BOTTOM span.RIGA4{margin: 0 1px;height: 2px;}



