.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #3366CC;
}
a:link {
	text-decoration: none;
	color : #3366CC;
}
a:visited {
	text-decoration: none;
	color : #3366CC;
}
a:active {
	text-decoration: none;
	color : #3366CC;
}
a:hover {
	color: #0A29A3;
	text-decoration : none;
}
.email{
	color : #09248F;
}
a.email:visited {
	text-decoration: none;
	color : #09248F;
}
a.email:link {
	text-decoration: none;
	color : #09248F;
}
a.email:hover {
	color: #0A29A3;
	text-decoration : none;
}

.tblmain {
	border : 1 solid #90C8FF;
	background : White;
	color : #09248F;
	padding : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13;
	filter: alpha(opacity=90);
}

.tbltxt {
	background : White;
	color : #0A29A3;
	padding : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
}

.fotos{
	filter: alpha(opacity=100);
	border : 1 solid #90C8FF;
	background : White;
}

