/* CSS Document */
body {
	margin: 0px;
	font-family: "Trebuchet MS",Arial, Verdana, sans-serif;
	font-size:10px;
	background-color: white;
	background-image:url(images/bg.gif);
}

/* ESTILO PARA MENSAGEM DE ERRO */
.msg_erro{
	font-size:10px;
	color:#FE0000;
	}

p{
	color: white;	
	font-size: 11px;
}
a:link {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	border-botton:1px dotted white;
}
a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
a:visited:hover {
	color: white;
	border-botton:1px dotted white;
}

input, select {
	font-family: "Trebuchet MS",Arial, Verdana, sans-serif;
	font-size:10px;
	border:1px solid #213173;
	background-color: white;
	color: #213173;
}
textarea {
	font-family: "Trebuchet MS",Arial, Verdana, sans-serif;
	font-size:10px;
	border:1px solid #213173;
	background-color: white;
	color: #213173;
}
.radio {
	background-color: white;
	border: 0px;
	width:auto;
}
.botao{
	font-family: "Trebuchet MS",Arial, Verdana, sans-serif;
	height:16px;
	border:1px solid #213173;
	background-color: white;
	font-size:10px;
	color: #213173;
}

.titulo{
	font-size:11px;
	color:#213173;
	font-weight:bold;
}
.texto{
	font-size:10px;
	color:white;
}
.texto_azul{
	font-size:11px;
	color:#213173;
}
