Table {
	table-layout: auto;
	empty-cells: show;
	background-repeat: no-repeat;
}



A:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
	BACKGROUND-COLOR:#ffffff; COLOR:#000000;  TEXT-DECORATION: underline
}
	
	
.txtTopHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	vertical-align: bottom;
	color :CC0099;

}
	
	
	.tblBorder{
	border : 2px;
	border-color: #E1048B;
	background-color: #F5DDEA;
	border-style : solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color :#2D559A;


	

}


.txtInner{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color :#2D559A;

}



.txtInnerNotas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color :#2D559A;

}


.txtSmallHeaderWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color :White;
	text-decoration: none;
}

.linkbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color :White;
	text-decoration: none;
}



.RepeatX{
	background-repeat: repeat-x;
}

.RepeatY{
	background-repeat: repeat-y;
}

