
.PRINCIPAL {
	position: absolute ;
	background: #1b7278; /*008081;*/ 
	width: 950px;
	height: 440px;
	margin-top: 100px;
	margin-left: 0px;
	color : #93979c;
	font-size: 12px;
	padding: 6px;
}

.TXT {
	position: absolute ;
	background: #1b3c78;
	width: 700px;
	height: 350px;
	margin-top: 150;
	margin-left: 200;
	color : #93979c;
	font-size: 12px;
	padding: 6px;
}

.TXT TABLE {
    font-size: 11px;
	border: 1px;
	border-color: white;
	color : #93979c;
	}

.txt a {
     font-weight: normal;
     font-size: 12px;
	 font-weight: bold;
	 text-decoration: none; 
     color: white;
    }
	
.txt a:hover {
     font-weight: bold;
	 color: #55739c;
     }

.txt a:active {
     color: white;
     }
	