/* CSS Document */

/* Corpo */
/* NEWS ROLLOVER */
.news_off {
   
	background-image:url(../img/box_gri.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:65px;
	height:65px;
}
.news_on {
 	/*border:1px solid color:#D70000;
	width:65px;
	height:65px;*/
	background-image:url(../img/box_red.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:65px;
	height:65px;
}
/* NEWS ROLLOVER */

body{
	background-image:  url("../img/bg2.gif");
	margin: 0 0 0 0;
   
	}
	
#spacer {
	height:29px;
	width:100%;
}	

#iframe
{
  scrollbar-face-color:#9898D0;
scrollbar-arrow-color:indigo;
scrollbar-track-color:#C0DCC0;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';	
}
/* Configurao dos textos*/
.textonormal {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
.textoverde {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #D90000;
}
.textobranco {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
}

/*links */ 
a.link1:link{
	color:#333333;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
a.link1:hover{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #D90000;
	text-decoration:underline;
	}
	
a:link{
	color:#333333;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
a:hover{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #D90000;
	text-decoration:underline;
	}
a:active{
	color:#333333;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

a:visited{
color:#333333;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
	
a.rodape1:link{
	color:#ffffff;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
a.rodape1:hover{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color:#99FF00;
	text-decoration:underline;
	}
a.rodape1:hover{
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
a.rodape1:visited{
color:#333333;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}

.linhaverticaldir {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a.link_submenu
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #D90000;
	text-decoration:none;
}
a.link_submenu:hover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #D90000;
	text-decoration:underline;
}
.input
{
size:130px;
border:1px solid #D70000;
font-family:"Trebuchet MS";
font-size:12px;
}
.textarea
{
rows:4;
cols:80;
border:1px solid #D70000;
font-family:"Trebuchet MS";
font-size:12px;
}
.title {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	color: #D70000;	
}
.title:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	color: #D70000;	
	text-decoration:underline;
}