@charset "utf-8";
/* CSS Document */

/* ESTILOS DA INDEX */
body{
	background-image:url(imagens/fundo.png);
	background-color:#D4DFD1;
	background-repeat:repeat-x;
	padding-bottom:15px;
	padding-top:15px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	color:#000;
}

.tabela_lateral{
	background-color:#E5E5E5;
}
h1{
	background-image:url(imagens/datelhe_h1.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#033;
	font-size:24px;
	height:35px;
	text-align:right;
	padding-right:10px;
}

h2{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	color:#033;
}

#eventos{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color:#333333;
	}

#eventos a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#003333;
	text-align:left;
	text-decoration:none;
	}
	
#eventos a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#003333;
	text-align:left;
	text-decoration:underline;
	}
	
.FOTO{
	border-bottom:#990000 solid 5px;
	border-left:#990000 solid 5px;
	border-right:#990000 solid 5px;
	border-top:#990000 solid 5px;
	}
