A:link {TEXT-DECORATION: none; color: #000000}
A:visited {TEXT-DECORATION: none; COLOR: #000000}
A:hover {COLOR: #000000; TEXT-DECORATION: underline}
.texto { font-family: Arial;  
         font-size: 8pt; 
         font-weight: none; 
         color: #000;}

.pq { font-family: Arial;  
         font-size: 7pt; 
         font-weight: none; 
         color: #000;}
		 
		 .situese { font-family: Arial;  
         font-size: 8pt; 
         font-weight: none; 
         color: #fff;}
		 
ul#menu {
	width:190px;
	height:20px;
    border:0px solid #F0B700;
	background:#ffffff;
	margin:0;
	padding:0;
	list-style-type:none;
	}

ul#menu li a:link, ul#menu li a:visited {
	display:block; 
	height:0%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border-bottom:1px solid #000;
	border-left:3px solid #000;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:6px;
	padding-right:5px;
	}
ul#menu li a:hover {
    background-color: #f9f9f9;
	color:#000;
	border-left:2px solid #f9f9f9;
}
.input { 
border-color: none;
border: 1px solid; border-color: #dfdfdf; 
width:100px;
height:18px;
font-family : Arial; 
font-size : 8pt; 
}