body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	background-color : #000;
	color : #c0c0c0;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height:1.3em;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 0px;
}

h1 {
	font-size:1.5em;
	margin-bottom:8px;
	color:#E12282;
}
h2 {
	font-size:1.4em;
	margin-bottom:6px;
	color:#E12282;
}
h3 {
	font-size:1.3em;
	margin-bottom:0px;
	color:#E12282;
}
h4 {
	font-size:1.1em;
	margin-bottom:0px;
}
h5 {
	font-size:1em;
	margin-bottom:2px;
	border-top:solid 1px #c0c0c0;
}

a:link {
	color:#7f90a0;
	text-decoration:none;
	border-bottom:dashed 1px;
}
a:visited {
	color:#6F6F6F;
	text-decoration:none;
}
a:hover {
	color:#3399ff;
	text-decoration:none;
}
a:active {
	color:#F00;
	text-decoration:underline;
}

img {
	border:0px;
}


/*######## stili comuni ########*/
.date {
	color:#c0c0c0;
	font-style:italic;
}
.footer {
	margin-top:50px;
	padding-top:9px;
	color:#333;
	text-align:center;
	font-size:0.5em;
	font-weight:normal;
}
.paragraph {
	font-size:0.8em;
	max-width:490px;
	margin-bottom:15px;
}
.maintable {
	background-repeat:repeat-y;
	background-position:top right;
}
.menu {
	height:67px;
	margin-bottom:20px;
	padding-top:20px;
}

a:hover.menuArch {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_arch.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuGraph {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_graph.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuWeb {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_web.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuStaff {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_staff.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuCont {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_cont.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}

.sxtable {
	width:390px;
	height:750px;
	background-repeat:no-repeat;
	background-position:43% 70%;
}

