<!-- 
body {
	background-color: #B0B5BD; 
}

table.holder {
	background-color: #ffffff; 
	font-family: verdana;
	font-size: 10px;
}	

.logoHolder {
	background-color: #006699; 
	font-family: verdana;
	font-size: 10px;
}

.infoHolder {
	background-color: #4B3C2E; 
	font-family: verdana;
	font-size: 10px;
}

.invis {
	background-color: #B0B5BD; 
	font-family: verdana;
	font-size: 10px;
}

.fotoHolder {
	background-color: #4B3C2E; 
	font-family: verdana;
	font-size: 10px;
}



td.info {
	background-color: #4B3C2E; 
	color: #999999; 
	font-family: verdana;
	font-size: 10px;
	text-align: right;
	padding: 8px;    
}

td.txt {
	background-color: #B0B5BD; 
	color: #006699; 
	font-family: verdana;
	font-size: 10px;
}

span.lLight {
	color: #006699; 
}

td.contentHolderALT {
	background-color: #D7DADE; 
	color: #666666; 
	font-family: verdana;
	font-size: 10px;
}

td.contentHolder {
	background-color: #D7DADE; 
	color: #666666; 
	font-family: verdana;
	font-size: 10px;
}

/*/ href styles below /*/
a.norm:link {
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
}
a.norm:active {
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
}
a.norm:visited {
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
}
a.norm:hover {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline; 
}

a.cont:link {
	color: #006699; 
	font-weight: bold; 
	text-decoration: none; 
}
a.cont:active {
	color: #006699; 
	font-weight: bold; 
	text-decoration: none; 
}
a.cont:visited {
	color: #006699; 
	font-weight: bold; 
	text-decoration: none; 
}
a.cont:hover {
	color: #F7943C; 
	font-weight: bold; 
	text-decoration: underline; 
}

 -->