/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	background-color:#ffffff;
}

input, select, textarea { 
background-color: #ffffff; 
font:10px Arial;
color:#666666;
border: 2px solid #f1f1f1;
}


.txt {
	font-family: Arial;
	font-weight: regular;
	font-size: 12px;
	color: #696969;
}

.txt_programa {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color: #696969;
}

.txt_resumo {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
}

.nome_participante {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
}

.instituicao_participante {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color: #696969;
}

.geografia_participante {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color: #696969;
}

.subtitulo_programa {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #AF0000;
}

.subtitulo_grupos {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #AF0000;
}

a.participante:link {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color: #A80000;
	text-decoration: none;
}

a.participante:visited {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color: #A80000;
	text-decoration: none;
}

a.participante:hover {
	font-family: Arial;
	font-weight: regular;
	font-size: 11px;
	color: #A80000;
	text-decoration: none;
}
a.lresumo:link {
	font-family: Arial;
	font-weight: bolder;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}

a.lresumo:visited {
	font-family: Arial;
	font-weight: bolder;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}

a.lresumo:hover {
	font-family: Arial;
	font-weight: bolder;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}



