@charset "iso-8859-1";
/* CSS Document */

.texto1 {	
    font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}

.titulo1 {	
    font-family: "Trebuchet MS";
	font-size: 14px;
	color: #F30;
}

a {
    font-family: "Trebuchet MS";
	font-size: 11px;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;

}
.input {
	border:none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #828282;
	width:99%;
	background:transparent;
}
.input:hover {
	border:none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color:#c46e2b;
}
.textarea {
	border:none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #828282;
	width:99%;
	background:transparent;
	height:70px;
	padding-top:6px;
}
.textarea:hover {
	border:none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color:#c46e2b;
}
.menu0
{	
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#717171;
}
.menu0:hover
{	
	text-decoration:underline;
}
.menu1
{	
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#ff6d00;
}
.menu1:hover
{
	text-decoration:underline;		
}
.menu2
{	
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#666666;
}
.tmenu {
	border:5px #ffffff solid;
	background-color:#e6e6e6;
}
.bmenu {
	background-image:url(../imgs/fundo_menu.gif);
	background-repeat:repeat-x;
	height:25px;
}
.omenu
{	
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#696969;
	cursor:pointer;
	text-decoration:none;

}

.omenu:hover
{	
	color:#ff6701;
	text-decoration:none;
}
#mmenu {
	width:95%;
}
#mmenu:hover {
	background-image:url(../imgs/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:right;		
}


.menu2:hover
{
	text-decoration:underline;	
}

.border_table
{
	border-bottom:solid 1px #e3e3e3;	
	
}
.menu3
{	
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#006bb4;
}


.style1 {font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
.style2 {font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.style11 {	font-family: "trebuchet MS";
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.style3 {	font-family: "trebuchet MS";
	font-size: 11px;
	color: #666666;
}
.style4 {color: #FF3300}

.style5 {font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}
.style6 {font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ff7500;
}
.style7 {font-family: "Trebuchet MS";
	font-size: 11px;
	color: #bdbdbd;
}

/* MENSAGENS */
div.vermelho, div.amarelo, div.verde, div.azul, div.cinza
{
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding:.5em;
	border: 1px solid #ddd;
  border-radius: .5em;
	box-shadow: black 0.5em 0.5em 0.3em;
}

div.vermelho
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.vermelho a
{
	color:#8a1f11;
	background:none;
	padding:0;
	margin:0;
}

div.amarelo
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.amarelo a
{
	color:#514721;
	background:none;
	padding:0;
	margin:0;
}

div.verde
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.verde a
{
	color:#264409;
	background:none;
	padding:0;
	margin:0;
}

div.azul
{
	background:#dff4ff;
	color:#000033;
	border-color:#c2e1ef;
}

div.azul a
{
	color:#000033;
	background:none;
	padding:0;
	margin:0;
}

div.cinza
{
	background:#EAEAEA;
	color:#000033;
	border-color:#CCCCCC;
}

div.cinza a
{
	color:#333333;
	background:none;
	padding:0;
	margin:0;
}
