/* CSS Document */

BODY {
	background:url(../imagens/bg4.gif);
	background-repeat: repeat;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

/*CLASSES*/

.TITULO_B{	font-family:Tahoma, "Trebuchet MS", Verdana;
			font-weight:bold;
			font-size:12px;
			color: #000000;}
		
.TITULO_W{	font-family:Tahoma, "Trebuchet MS", Verdana;
			font-weight:bold;
			font-size:12px;
			color: #FFFFFF;}
		
.MENU{	font-family:Tahoma, "Trebuchet MS", Verdana;
		font-size:11px;
		color:#666666;
		line-height:130%;}
		
.CORPO{	font-family:Tahoma, "Trebuchet MS", Verdana;
		font-size:12px;
		color:#666666;}

.RODAPE{	font-family:Tahoma, "Trebuchet MS", Verdana;
			font-size:9px;
			color:#666666;}
		
.CENTRO1 {	background:url(imagens/centro_01.jpg);
			font-family:Tahoma, "Trebuchet MS", Verdana;
			font-size:10px;
			color:#666666;}

.CENTRO2 {	background:url(imagens/centro_02.jpg);
			font-family:Tahoma, "Trebuchet MS", Verdana;
			font-size:10px;
			color:#666666;}
								
.MENU1{	background:url(imagens/menu_01.jpg);
		font-family:Tahoma, "Trebuchet MS", Verdana;
		font-size:11px;
		color:#666666;
		line-height:130%;}
		
.MENU2{	background:url(imagens/menu_01.jpg);
		font-family:Tahoma, "Trebuchet MS", Verdana;
		font-size:11px;
		color:#FFFFFF;
		line-height:130%;}

.TextoRed {
		font-family:Tahoma, "Trebuchet MS", Verdana;
		font-size:11px;
		color: #FF0000;
		}
.TextoAzul {
		font-family:Tahoma, "Trebuchet MS", Verdana;
		font-size:11px;
		color: #0000ff;
		}


/* LINKS */

a:link {color:#666666;
		text-decoration:none;
		font-weight:bold}
a:visited {color:#666666;
		text-decoration:none;
		font-weight:bold}
a:hover {color:#000000;
		text-decoration: underline;}
		


		
