html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #000000;
	background-color: #336699;
}

.altext {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}

/* table */

.cell-k7     {
	border-bottom: 1px solid #C0C0C0
}

.table-k7-vinculo {
	font-size:8pt;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
}

.topcell-k7-vinculo {
	font-size: 8pt;
	border-bottom: 1px solid #336699;
}

/* table downloads */

.cell-k7     {
	border-bottom: 1px solid #C0C0C0
}

.table-k7-download {
	font-size:8pt;
	border-top: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
}

.topcell-k7-download {
	font-size: 8pt;
	border-bottom: 1px solid #C0C0C0;
}



/* link defaults */
a {
	color: #0000FF;
}

a:link, a:visited {  
	color: #0000FF;
	text-decoration: none;
}
	
a:hover {  
	color: #99CCFF;
	text-decoration: none;
}












