img {border:0;}
A:link {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #039;
	text-decoration: none;
}
/* FONT */
@font-face {
	font-family:'zaf';
	font-style:normal;
	font-weight:normal;
	src:url(../2766EC_0_0.ttf)
	}

@font-face {
	font-family: 'zaf';
	font-style: normal;
	font-weight: normal;
	src: url(../2766EC_0_0.eot);
	}
@font-face {
	font-family: 'zaf';
	font-style: normal;
	font-weight: normal;
	src: url(../2766EC_0_0.woff);
	}

/* CLASSI */
	
.logo {
	font-family: zaf;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.head {
	font-family: zaf;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.menu {
	font-family: zaf ;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

/* BODY */

body {
	margin: 0;
	padding: 0;
	
}
#Logo {
	position: fixed;
	width: 100%;
	height: 33px;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	margin: auto;
	padding: 20px;
}
#menu {
	position: fixed;
	width: 100%;
	height: 20px;
	z-index: 100;
	left: 0px;
	top: 60px;
	background-color: #FFF;
	text-align: center;
}

