/* CSS Document */
html {
	
	}

body { 
	height: 100%;
	background-color: #CCCCCC;
	}
	
body#bd, th, td {
	font-size: 11px;
	font-family:  Tahoma;
	line-height: 19px;	
	}

a:link    {
	color: #2F99FF;
}	

a:hover  {
	color: #FF0000;
}

a:visited {
	color:#2F99FF;
}	

td div#maintable {
	width: 764px;
	height: 100%;
	background-color: #FAE8AC;
}

td div#flshheader {
	width: 764px;
	height: 394px;

}

td div#maintext {
	width: 764px;
	height:100%;
	background-color: #FAE8AC;
}

td div#lnks    {
	float:left;
	text-align:left;
	width:254px;
}

td div#lnks ul {
	height: 100%;
	overflow: visible;
	position: relative;
	visibility: inherit;
	margin-top: 30px;
	margin-left: 30px;
}
			
td div#lnks ul li { 
	margin:0 0 .5em 0;
	list-style:none; 
	height: 100%;
}

td div.iframe     {
	overflow:visible;
	display:none;

}

td iframe#ricardo {
	float: right;
	width: 510px;
	overflow:visible;
	display:none;
	background:#FFFFFF;
  }
td div#footer {
	width:764px;
	border-top:5px solid #FFCC00;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	height: 40px;
	float: left;
	color: #FFCC00;
	font-size: 10px;
  }
 
div#footer a, a:hover{
	color: #FFCC00;
	font-size: 10px;
	text-decoration:none
  }
