body, td, th, tr, table { text-align: justify;
                          color: #8DC29F;
                          font-family: Tahoma;
						  font-size: 11px;
						  cursor: crosshair;
						  text-decoration: none;
						  scrollbar-face-color: #40788D;
                          scrollbar-highlight-color: #40788D;
                          scrollbar-3dlight-color: #70C2A3;
                          scrollbar-darkshadow-color: #70C2A3;
                          scrollbar-shadow-color: #40788D;
                          scrollbar-arrow-color: #70C2A3;
                          scrollbar-track-color: #1E4159;
						  }
						  
h1 {                      color: #FFFFFF;
                          font-weight:bold;
						  background-color:357B69;
						  border-style:solid;
						  border-top-width:0px;
						  border-bottom-width: 0px;
						  border-left-width:0px;
						  border-right-width:0px;
						  width:100%;
						  filter:alpha(Opacity=100, FinishOpacity=5, Style=1); 
						  letter-spacing:0px;
						  text-align: left;
						  text-transform: uppercase;
						  font-size: 10px;
						  font-family: Georgia;
						  }
						  
body {                    background-image:   url(198bg.jpg);
                          background-color: #1E4159;
						  background-repeat: repeat-y;
						  }
						  
input, textarea, select { background-color: #215A62; 
                          font-family: Tahoma;
                          font-size: 11px; 
						  color: #8DC29F; 
						  border: 1px solid #357B69;
						  }
						  
						  
.title {                  font-size: 10px;
                          color: #ffffff;
						  font-family: Georgia;
						  text-transform: uppercase;
						  font-weight: bold;
						 }
						  
a {                        color: #ffffff;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   }
						   
a:hover {                  color: #F4DC92;
						   font-family: Tahoma;
						   font-size: 11px;
						   text-decoration: none;
						   cursor: default;
						   }
						  
p {                       padding-right: 2px;
                          padding-left: 2px;
						  }
						  
.alto {                   margin-top: -20px;
                          }
						  
.basso {                  margin-top: -2px;
                          }