 GERAL */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/geral/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #005C3A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005C3A;
}
a:hover {
	text-decoration: underline;
	color: #005C3A;
}
a:active {
	text-decoration: none;
	color: #005C3A;
}


/* TABELAS */

.curvaTop {

	background-image:url(imagens/geral/curvatop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}


.curvaBottom{

	background-image:url(imagens/geral/curvabottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.copyrightBg{

	background-image:url(imagens/geral/copyrightBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}


.borderTabela {
	border-left:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
}

/* TEXTO */

.tamanho9 {
	font-size:9px
}

.titulosNoticias {
 font-size:16px;	/*color:#005C3A;*/color:#E3001C;
	font-weight:bold;
}

/* NOTÍCIAS */

.noticias td {
	border-bottom:solid;
	border-bottom-color:#BFCBAB;
	border-bottom-width:1px;
	padding-bottom:10px;
	padding-top:10px;
}


/* CALENDARIO */

#calendario td {
	background-image:url(imagens/geral/calendarioBg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
	padding-top:15px;
	font-size:9px;
}

#calendario a:link {
color:#005C3A;
text-decoration:none;
}

#calendario a:hover {
color:#005C3A;
text-decoration:none;
}


/* FORM */

.textfield {
	font-size:9px;
	border:solid;
	border-color:#999999;
	border-width:1px;
}

.bt {
	font-size:9px;
	border:solid;
	border-color:#999999;
	border-width:1px;
	background-color:#E7E7E7;
	width:30px;
	
}
