/* Stile per il titolo principale di ogni pagina */
h1 
{
	font-size: 22px;
	font-weight:normal;
	color: #ffd900;
	text-align:center;
}
h2 
{
	font-size: 18px;
	font-weight:normal;
	color: #ffd900;
	text-align:left;
}
h3 
{
	font-size: 16px;
	font-weight:normal;
	color: #ffd900;
	text-align:left;
}

/* Stile per i titoli dei paragrafi interni alla pagina in MAIUSCOLO */
.cp-subtitle
{
	font-size: 14px;
	color: #ffe96a; /*#ffe658;*/
	text-transform: uppercase;
	font-weight:bold;
}

/* Stile per i titoli dei paragrafi interni alla pagina in MINUSCOLO */
.cp-subtitle2
{
	font-size: 14px;
	color: #ffe96a; /*#ffe658;*/
	font-weight:bold;
}


body 
{	
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;		
}

strong
{
	color: #ffffff;
}

li {
	padding: 0 0 3px 0;
	text-align: justify;
}

.compactlist ul li {
	padding: 0 0 0px 0;
	text-align: justify;
}


/* STILE DEI LINK */
a
{
/*	color: #ffbd68; */
/*	color: #ffdaac; */
	color: #ffff80;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

/* STILE DEI LINK (VISITED) */
a:visited
{
	text-decoration: underline;
	color: #fff7be;
	color: #ffff80;
	font-weight: normal;
}

/* STILE DEI LINK (HOVER) */
a:hover
{
	text-decoration: underline;
/*	color: #ffdaac; */
/*	color: #ffbd68; */
	color: #a1fffb;
}

/* STILE DELLE IMMAGINI LINKATE */
a img
{
	border: 0;
	border-style: none;
}

.cp-main
{
	float: left;
	width: 100%;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.cp-main2
{
	float: left;
	width: 100%;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
}

.cp-layout
{
	width: 950px;
	background-color: #140000;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow-x: hidden;
}

.cp-header
{	
	float: left;
	width: 950px;
}

.cp-contents
{
	float: left;
	width: 930px;
	min-height: 500px;
	background-color: #140000;
	padding: 10px;
}

.cp-path
{
	font-size: 12px;
	color: #e5a898;
}

p
{
	text-align: justify;
}

.cp-copyright
{
/*	float: left;
	width: 900px;
	height: 15px;
	text-align: right;
	margin-right: 10px;
*/
}

.cp-footer
{
	float: left;
	width: 920px;
	padding: 5px;	
	background-color: #0a0000;	/* colore un pò più scuro */
	border-top: solid 1px #733E37;
	font-size: 10px;
	color: #ccc;
	vertical-align:middle;
	text-align: center;
}

.cp-footer a {
	font-weight: normal;
}

cp-footer a:hover {
	font-weight: normal;
}

.cp-small
{
	font-size: 10px;
}

.cp-center
{
	text-align: center;
}


/************** IPA fonts **********/
.fonetica
{
	font-family: "Lucida Sans Unicode", "DejaVu Sans", "Microsoft Sans Serif", "Lucida Grande", sans-serif;
	font-size: 110%;
	display: inline-block;
}






