html,body {
	margin:0;
    background:url(../imgs/sf_bianco.gif) center;
	font-family: "Courier New", Courier, monospace;
    font-size:12px;
	color:#6e6e6e;
	height:100%;
}

#wrapper{
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto -21px; /* margine negativo altezza footer */
}

.pushfooter{
height:21px; /* altezza footer */
clear:both; /* clear di eventuali float se presenti nel layout */
}


.titolo01 {
	color:#5ec5ed;
	font-weight:bold;
}

.titolo02 {
	color:#e50083;
}

.titolo03 {
	color:#e50083;
}


/*TESTO 01 */
.testo01 {
	font-size:11px;
}

a.testo01:link {
	font-size:11px;
	color:#6e6e6e;
	text-decoration:none;
}

a.testo01:visited {
	font-size:11px;
	color:#6e6e6e;
	text-decoration:none;
}

a.testo01:hover {
	font-size:11px;
	color:#6e6e6e;
	text-decoration:none;
}


/* TESTO 02 */
.testo02 {
	font-size:9px;
	color:#9c9e9f;
}


/*TESTO 03 */
.testo03 {
	font-size:11px;
	color:#FFF;
}

a.testo03:link {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

a.testo03:visited {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

a.testo03:hover {
	font-size:11px;
	color:#FFF;
	text-decoration:underline;
}


/* LINK 01 */
a.link01:link {
	color:#e50083;
	text-decoration:none;
}

a.link01:visited {
	color:#e50083;
	text-decoration:none;
}

a.link01:hover {
	color:#e50083;
	text-decoration:underline;
}