@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: MyCustomFont;
 src: url("Font/Arista_light.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("Font/Arista light.ttf") /* TTF file for CSS3 browsers */
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.titolo_top{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:22px;
}

.titolo_top_red{
	font-family: MyCustomFont;
	color:#FF0000;
	font-size:22px;
}

.titolo_menu_categ{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
}

.puntini{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}

.titolo_menu_categ_red{
	font-family: Tahoma;
	color:#FF0000;
	font-size:16px;
}

.titolo_menu_categ_red_contatti{
	font-family: Tahoma;
	color:#FF0000;
	font-size:13px;
}

.testo_menu_left{
	font-family: Tahoma;
	color:#FFF;
	font-size:14px;
}

.testo_menu_left_contatti{
	font-family: Tahoma;
	color:#FFF;
	font-size:13px;
}

.testo_pagine{
	font-family: Tahoma;
	color:#FFF;
	font-size:15px;
}

.testo_pagine_nero{
	font-family: Tahoma;
	color:#000;
	font-size:15px;
}

.titolo_area_utenti{
	font-family: Tahoma;
	color:#FFF;
	font-size:14px;
}

.testo_area_utenti_log{
	font-family: Tahoma;
	color:#c0bfbf;
	font-size:12px;
}

.testo_area_utenti{
	font-family: Tahoma;
	color:#FF0000;
	font-size:12px;
}

.scritte_foto{
	font-family: Tahoma;
	color:#FFF;
	font-size:11px;

}

.tasto_submit{
font-family:Tahoma;
color:#FFFFFF;
font-size:13px;
font-weight: bold;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
background-image:url(/IMG/Pulsante.jpg);
height:35px;
width:115px;
}


