/*Layout básico*/
BODY{
	background-attachment: fixed;
	background-image: url(../img/bg_fundo.gif);
	background-repeat: repeat-x;
}
BODY, TABLE, TD, TR, INPUT, SELECT, TEXTAREA, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
A {
	color: #006699;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #006699;
}

/*Barra menu*/
.LBarraMenu {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.LBarraMenu:hover {
	color: #E1EFF7;
	text-decoration: none;
}
.TdBarraMenu { FILTER: dropshadow(color=#006699, offx=2, offy=1)}

/* Fontes */

.bold {
	font-weight: bold;
}

/*Noticias index.php*/
.chamadaTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	text-align: justify;

}
.chamadaTexto:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	line-height: 17px;
}
.chamadaTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
.chamadaTitulo:hover {
	color: #003366;
	text-decoration: underline;
}
/*Menu esquerdo*/
.Lmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-indent: 2pt;

}
.Lmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

/*Objetos de formulários*/
INPUT.peq { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-width: 1; 
}
.TdTituloMenu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;

}

.BarraTdMenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
.BarrTdMenuEsq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DBDBDB;
}
.boldBranco {
	font-weight: bold;
	color: #FFFFFF;
}
.lBoldVermelho {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

