
html, body {
	width: 100%;
	height: 100%;
	margin: 0;	}

h4        { font-family: Verdana, Arial, Helvetica, sans-serif;; font-size: 11px; color: #FF0000; }
h5        { font-family: Verdana, Arial, Helvetica, sans-serif;; font-size: 11px; color: #FF0000; }
table.tb1 { 
        font-family: "Arial, Helvetica, sans-serif";
        font-size: 11px; 
        border-width: 1px;   
        border-style: solid;
        border-color: #C3C3C2;
}
.td1 { background-color:  #F0F0F0;
}
a:visited { font-size : 12px; text-decoration: underline; color:#663399; }
a:link    { font-size : 12px; text-decoration: underline; color: blue; }
a:hover   { font-size : 12px; text-decoration: underline; color: red; }
select { font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px; }
/* ----------- MENU ----------- */
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004080;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004080;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004080;
	text-decoration: underline;
}
table.menu{ 	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;	
	border: 1px #004080 solid;
}
td.menu_titulo{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7696A9;	
	border: 1px #004080 solid;
	padding-left: 5px;
}
td.menu{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #004080;
	font-weight: normal;
	background-color: #B3C6D0;
	border: 0px #004080 solid;
	padding-left: 8px;
}

td.menuok{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000; 
	font-weight: normal;
	background-color: #66FFCC; //  #FECAC7; #AADAE8;
 	border: 1px #FFFFFF solid;
	padding-left: 8px;
}
td.menuindeferido{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000; 
	font-weight: normal;
	background-color: #FECAC7;  // #AADAE8;
 	border: 1px #FFFFFF solid;
	padding-left: 8px;
}

td.menug{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000; 
	font-weight: normal;
	background-color: #FFFFFF;
 	border: 1px #000000 solid;
	padding-left: 8px;
}


td.dicas { 
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-color:#B3C6D0;
	border: 1px #004080 solid;
	filter: Alpha(Opacity=40); } 

td.noticias { 
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-color:#B3C6D0;
	border: 1px #004080 solid;
	/* filter: Alpha(Opacity=40); */ } 

td.recado { 
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-color: #95DDFF;
	border: 1px #000000 solid;
	filter: Alpha(Opacity=40); }

td.faixa { 
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-color: #999999;
	border: 0px  #000000 solid;
	filter: Alpha(Opacity=40); }

td.anunciantes { 
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 0px  #000000 solid;	 }


/* ----------- FORMULARIOS ----------- */
table.cadastro{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	font-weight: bold;
	/*background-color: #FFFFFF;	*/
	border: 0px #000000 solid;	
	text-align: left;	
}
input.campo {
  font-family : arial;
  font-size : 11px;
  color: #000000;
  font-weight: normal;
  background-color: #F0F0F0;
  border: 1px #004080 solid;
}
input.botao {
  font-family : Verdana, Arial;
  font-size : 11px;
  color: #000000;
  font-weight: normal;
  background-color: #F0F0F0;
  border: 1px #004080 solid;
}

