@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: century_gothic;
 src: url("http://www.pocketweb.it/Scripts/font/GOTHIC.eot") /* EOT file for IE */
}
@font-face {
 font-family: century_gothic;
 src: url("http://www.pocketweb.it/Scripts/font/GOTHIC.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: century_gothic2;
 src: url("http://www.pocketweb.it/Scripts/font/GOTHICI.eot") /* EOT file for IE */
}
@font-face {
 font-family: century_gothic2;
 src: url("http://www.pocketweb.it/Scripts/font/GOTHICI.TTF") /* TTF file for CSS3 browsers */
}
century {
	font-family: century_gothic, century_gothic2, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
body,td,th {
	font-family: century_gothic, Arial, Helvetica, sans-serif;	
}
.main {
	font-family: century_gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.pop_up {
	font-family: century_gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.title_popup {
	font-family: century_gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.1px;
}
/*.link_pop_up {
a:link 
	color: #000000;
	text-decoration: none;

a:visited {
	text-decoration: none;
	color: #333333;

a:hover {
	text-decoration: underline;
	color: #999999;

a:active {
	text-decoration: none;
	color: #666666;
}*/
