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

* {	margin:0px;	padding:0px; }

/* CSS inicio */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
}

#titulo_barra {
	font-family:Trebuchet MS, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:inherit;
	text-shadow:#000099;
}
#menu_barra {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

#texto_principal{
	font-family:Trebuchet MS, Verdana;
	font-size:12px;
	color:#000000;
}
.rodape1 {color: #FFFFFF}
.rodape {color: #FFFFFF; font-weight: bold; }

.titulo_pagina {
	font-family:Trebuchet MS, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
a {
 text-decoration:none;
 color:#666666;
}
