/* CSS Document */

/* SFONDO */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	margin: 0px;
}

/* TABLE */

.textTable{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	font-weight: 400; /* ??? */
	letter-spacing: 0px;
	color: #999999;
	padding-left: 0px;
	padding-right: 0px;
}
.textTableBold{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold; /* ??? */
	letter-spacing: 0px;
	color: #CC3300;
	padding-left: 0px;
	padding-right: 0px;
}
.textTableLink{
	color: #CC3300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400; /* ??? */
	text-decoration: none;
}
.textTableLink:hover{
	text-decoration: underline;
	color: #999999;
}


/* MENU ALTO */

.menuTop {
	color: #000000;
	background-color: #000000;
	padding-left: 4px;
}
.menuTop a {
	color: #000000;
	text-decoration: underline;
}
.menuTop a:hover {
	color: #000000;
	text-decoration: none;
}

/* MENU TESTUALE */

.textMenu{
	color: #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300; /* ??? */
	text-decoration: none;
}
.textMenu:hover{
	color: #999999;
	text-decoration: underline;
}

/* TITOLI */

.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.title3Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.title3Link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.title3Link a:hover {
	color: #000000;
	text-decoration: none;
}

/* TESTO PRIME */

.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.text10Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.textItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.textLink a {
	color: #000000;
	text-decoration: underline;
}
.textLink a:hover {
	color: #000000;
	text-decoration: none;
}

/* TESTO BOTTOM */

.text14Bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #330000;
}
.text14BoldBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #330000;
}
.textBoldBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: ##330000;
}
.textItalicBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #330000;
}
.textLinkBottom{
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300; /* ??? */
	text-decoration: underline;
}
.texLinkBottom:hover{
	color: #330000;
	text-decoration: none;
}

