/*
********************************************
    TYPOGRAPHY AND COLOR RULES
********************************************
*/

a, a:visited {
	border-bottom: 1px dotted #001831;
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 14pt;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;	
	color: #333333;	
	text-align: left;
}

h1 {
   font-size: 30pt;
   letter-spacing: 2px;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;	
	color: Black;	
}

p {
	text-align: justify;
	font-size: 12pt;
	line-height: 1.2em;
}

ul, li {
	list-style: none;
	text-align: justify;
	font-size: 12pt;
}

.abstract {
	color: #336699;
	line-height: 1.4em;
	text-align: justify;
}

.date {
	margin: 50px 0 5px 0;
	font-size: 10pt;
}

.new {
	color: #333333;	
	font-size: 110%;
	margin: 30px 0 20px 0;
    padding: 10px 0 0 0;
    font-weight: bold;
	font-style: italic;
}

.vedi {
	margin-bottom: 15px;
	font-weight: bold;
}

.logo {
	display: none;
}

.up {
	display: none;
}

#logo img {
   border: none;
   float: left;
   margin: 0 1px 0 0;
   vertical-align: text-bottom;
}

.elenco {
	font-size: 71%;
	text-align: left;
}

/*
********************************************
    DIV RULES
********************************************
*/

#head {
 	display: none;
}

#content {
	background-color: #FFFFFF;
	color: #666666;
	margin: 0 auto 0 auto;
	text-align: center;
    width: 100%;
}

#content-pad {
   padding: 5px;
   margin: 0;
   width: 80%;
}

#main {
	background-color: #FFFFFF;
	text-align: justify; 
	color: #000000;
	font-family: "Times New Roman", Serif;
}

* html #main {
   padding: 5px;
}
#main {
   padding: 5px;
}
#search {
	display: none;
}

#box, #box1, #box2 {
 display: none;
}

/*
********************************************
    FOOTER
********************************************
*/

#piede {
	display: none;
}

.nav {
	color: White;
	margin-left: 40px;
	text-align: left;
	font-size: 11px;
	padding:10px 0 5px 0;
}

.nav a:link, .nav a:active, .nav a:visited {
	color: White;
	text-decoration: none;
	border-bottom: 1px dashed White;
}

.nav a:hover {
	color: #FFA500;
	border-bottom: 1px solid White;
}

/*
********************************************
    IMAGES RULES
********************************************
*/

#imgr, #img1, #img2, #img3, #img4, #img5, #img6, #imgr1, #imgr2, #imgr3, #imgr4, #imgr5 {
	float: right;
	margin: 3px 0 3px 10px;
}

/*
********************************************
    MENU
********************************************
*/

#navigation {
	display: none;
}

#link1, #link2, #link3, #link4 {
	color: #f00;
	padding: 3px 0 3px 0;
    border-bottom: 1px solid #999;
	border-top: 1px solid #999;	
	font-weight: bold;
    margin: 0;
    display: block;
    float:left;
}
/* compensazione del box model di IE5 */
* html #link1, * html #link2, * html #link3 {
	border-right: 1px solid #999;
    width: 100%;
}
#link1, #link2, #link3 {
	border-right: 1px solid #999;
    width:100%;
}
#link4 {
   width:100%;
}
#navigation a:hover, #navigation a:active {
   color:#fff;
   background-color: #f00;
}
#query {
   border: 1px solid #FF0000;
}
.mini {
   font-size:.65em;
   width: 100%;
}
.no {
   display: none;
}
