/* Rossella Luongo Stylesheet */
table {
  width: 800px;
  height: 600px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #4ca4e4;
}
.content {
  border-color: #ffffff;
  padding: 30px;
  text-align: left;
  vertical-align: top;
  height: 550px;
  background-color: #e0e8f4;
  width: 790px;
}
.sx {
  background-repeat: repeat-y;
  background-color: #e5d3af;
  background-image: url(../sxs.jpg);
  background-position: right center;
  width: 16px;
}
.dx {
  background-color: #e5d3af;
  background-image: url(../dxs.jpg);
  background-repeat: repeat-y;
  width: 16px;
}
.title {
  border-bottom: 2px solid #d6d6d6;
  height: 112px;
  width: 25px;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  font-size: 8px;
  background-image: url(../title.jpg);
  background-repeat: no-repeat;
  background-color: #4f81bd;
  background-position: center bottom;
}
body {
  background-color: #e5d3af;
}
.navi {
  border-bottom: 2px solid #4f81bd;
  height: 30px;
  text-align: center;
}
.copy {
  font-size: small;
  text-align: center;
}
.top {
  background-repeat: repeat-x;
  background-image: url(../tops.jpg);
  background-color: #e5d3af;
  background-position: left bottom;
}
.bttn {
  border-style: none;
  border-width: 0px;
	}
.Glry {
  border: 15px solid #ffffff;
  margin: 5px;
  padding: 1px;
  background-color: #999999;
	}


.nvbar{
  border:0px solid #00FF00;
	}


.nvbar ul{
  
  background-color:#6699cc;
		 
  padding-left:0;
  margin:0;
  float:left;
	} 


.nvbar ul li{
 	display:inline;
	}



.nvbar ul li a{
  float:left;
		width:95px;
		height:19px;
  		color:#FFFFFF;
  
		padding:11px 0px 0px 0px;

		margin: 0px 0px;
		/*font: 12px sans-serif;*/
		/*font-family: sans-serif;*/
		/*font-size: 12px;*/
		/*font-weight: bold;*/

		font: bold 12px sans-serif; /*ordine weight-size-family*/


    		text-align:center;
		white-space: nowrap;
		text-decoration: none;



  border-right:0px solid #FFFFFF;
		background: url(../blankL.jpg) no-repeat 0 0
	}


.nvbar ul li a:hover{
	
  		background-position:0 -30px;
		color: #4f81bd;
		

	}