body { font-size: 11px;
      font-family: Arial;
		margin: 0px 0px 0px 0px;		
		color: #767676;
		text-align: justify;		
}

.logo { padding-left: 22px;
        padding-top: 16px;
}

.menu_on { font-size: 10px;
   			color: black;
				background-color: white;
				float: left;
				padding: 4px 5px 9px 5px;
				background-image: url('images/bg_m.gif');
				background-position: bottom;
				background-repeat: no-repeat;
				margin-top: 7px;
				position: relative;
				text-decoration: none;
}

.menu_off { font-size: 10px;
   			color: white;
				float: left;
				padding: 4px 5px 9px 5px;
				background-position: bottom;
				margin-top: 7px;
				position: relative;
			  text-decoration: none;					
}
.menu_off:hover  { font-size: 10px;
   			color: black;
				background-color: #f6cdca;
				float: left;
				padding: 4px 5px 9px 5px;
				background-image: url('images/bg_m.gif');
				background-position: bottom;
				background-repeat: no-repeat;
				margin-top: 7px;
				position: relative;
}

.submenu_on {font-size: 11px;
            color:#1b1b1b;
				text-decoration: none;
				float: left;
				margin-top: 4px;
				margin-left: 7px;
				background-image: url('images/st.gif');
				background-repeat: no-repeat;
				background-position: left;
				padding-left:7px; 
}

.submenu_off {font-size: 11px;
            color:#7b7b7b;
				text-decoration: none;
				float: left;
				margin-top: 4px;
				margin-left: 7px;
				background-image: url('images/st.gif');
				background-repeat: no-repeat;
				background-position: left;
				padding-left:7px; 
;
				
}

.submenu_off:hover {font-size: 11px;
            color:#1b1b1b;
				text-decoration: none;
				float: left;
				margin-top: 4px;
				margin-left: 7px;
				background-image: url('images/st.gif');
				background-repeat: no-repeat;
				background-position: left;
				padding-left:7px; 
}

H1 {
     font-size: 11px;
	  font-weight: bold;
	  border-bottom: solid 1px red;	
     width: 220px;
	  background: url('images/r_st.gif');
	  background-repeat: no-repeat;
	  padding-left: 15px;			
			
}

.find {
      width: 151px; 
		border: solid 1px #929292; 
		background-color: #c2c2c2; 
		color: #323232;
		height: 14px;
}
.sblack {
      font-size: 10px;
		color: black;

}

.grey_list {
     background-image: url('images/lista_bg.gif');
	  background-repeat: no-repeat;
	  height: 18px;				
	  padding-left: 18px;
	  padding-top: 2px;	
	  color: #516779;
	  display: block;
	  
					
}

textarea {
       width: 300px; 
		 height: 80px;
}

.red{
  color: red;
}

.gray{
  color: #767676;
}
input[type='submit'] {

		border: solid 1px #929292; 
		background-color: #c2c2c2; 
		color: #323232;

}

input[type='text'] {

		border: solid 1px #929292; 
		background-color: #c2c2c2; 
		color: #323232;
		width: 150px;

}