/* colocado para eliminar el borde en las imagenes inferiores */
a img
{
      border: none;
}
body { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

table, input, textarea, button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}

/* select has a special font family to fix a problem in Simplified Chinese */
select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}

div, span, p, ul, li, td, th { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

pre {
    font-family: monospace;
    font-size: x-small;
}

a, .wpsLink, a:active, .wpsLink:active {
    color: #7759B3;
}

a:visited, .wpsLink:visited { 
    color: #8A7A99;
}

a:hover, .wpsLink:hover { 
    color: #9736B3;
}
/* End Lotus WP classes */

.logo { 
	width:252px; 
	margin-right:80px; 
	float:left; 
	display:inline; 
	background:#FFFFFF;
}
.header_boxlinks { 
	width:946px; 
	height:24px; 
	text-align:right;
}
.breakeronly {
	clear:both;
	height:0;
	font-size:0;
	margin:0;
	padding:0;
}
.newFooter {
	width:946px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#0066cc; 
	font-size:10px; 
	text-align:center; 
	margin:20px 0 20px 0; 
	font-weight:bold
}
.newFooter a{
	color:#0066cc; 
	text-decoration:none;
}
.newFooter a:hover{
	color:#003399; 
	text-decoration:none;
}

