@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	font-family: Lucida, sans-serif;
	color: #959595;
}
a:link {
	color: #959595;
	text-decoration: none;
}

a:visited {
	color: #959595;
	text-decoration: none;
}
a:hover{ 
	background:#959595;
	color:#FFFFFF;
	text-decoration: none;
	
}

a:active  {
	color: #823;
	text-decoration: none;
}

.foto {
font-size:9px;
}

.titulo {
font-size:20px;
}


.datalocal{
	font-size:9px;
	
}
/* HEADER ..............................*/

#header a:link {
	color: #959595;
	letter-spacing: 2px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}


#header a:visited{
	color: #959595;
	letter-spacing: 2px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover {
	color: #000000;
	background:#FFFFFF;
	letter-spacing: 2px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
} 
#header a:active  {
	color: #959595;
	letter-spacing: 2px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

/* MENU ..............................*/


#menu a:link {
	font-size: 10px;
	color: #959595;
	text-decoration: none;
}

#menu a:visited {
	font-size: 10px;
	color: #959595;
	text-decoration: none;
}
#menu a:hover{ 
	font-size: 10px;
	background:#959595;
	color:#FFFFFF;
	text-decoration: none;
	
}

#menu a:active  {
	color: #959595;
	text-decoration: none;
}

#menu {
	margin-top:6px;
}

.titulo {
font-size:20px;
}

*/