/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(imagens/fundo.jpg);
}

/*LINKS*/
a:link {
    color:#000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
    color:#000000;
}
a:hover {
	text-decoration: none;
    color:#0098FF;
}
a:active {
	text-decoration: none;
    color:#000000;
}
/*/LINKS*/

/*/LINKS 2*/
a.classe2:link {
   color:#FFFFFF;
	text-decoration: none;
}
a.classe2:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a.classe2:hover {
	text-decoration: none;
    color:#0098FF;
}
a.classe2:active {
	color:#FFFFFF;
	text-decoration: none;
}
/*/LINKS2*/


/*ESTILO DAS FONTES*/
#fonte_comum {
   font-family:"Verdana";
   font-size:12px;
   color:#000000;

}
#fonte_comum2 {
   font-family:"Verdana";
   font-size:12px;
   color:#FFFFFF;

}
#fonte_comum3 {
   font-family:"Verdana";
   font-size:10px;
   color:#000000;

}

#fonte_rodape {
   font-family:"Century Gothic";
   font-size:11px;
   color:#FFFFFF;

}
#fonte_rodape2 {
   font-family:"Century Gothic";
   font-size:11px;
   color:#CECECE;

}

#fonte_limpar {
   font-family:"Century Gothic";
   font-size:11px;
   color:#FFFFFF;
   font-weight:bold;
}
#fonte_destaque {
   font-family:"Century Gothic";
   font-size:12px;
   color:#FFFFFF;
}

#fonte_menu {
   font-family:"Century Gothic";
   font-size:13px;
   color:#FFFFFF;
   font-weight:bold;
  
}
#fonte_principal {
   font-family:"Century Gothic";
   font-size:12px;


}
#fonte_t {
   font-family:"Verdana";
   font-size:13px;
   color:#000000;
   font-weight:bold;
}

#fonte_t2 {
   font-family:"Verdana";
   font-size:12px;
   color:#000000;
   font-weight:bold;

}
#fonte_t3 {
   font-family:"Verdana";
   font-size:13px;
   color:#00C;
   font-weight:bold;

}
#fonte_data {
   font-family:"Verdana";
   font-size:11px;
   color:#000000;

}
#botao {
 background-color:#F1FAF7;
 color:#420042;
 font-size:12px;
 border-style:groove;
}

	
