/* WEBSITE GRÊMIO PRODESAN - Folha de Estilos */
@CHARSET "ISO-8859-1";

body{
	background-color: #c3bfbe;
	padding:0px;
	margin:0px;
}

/* LINKS INICIO */
a {
}

a.galeria:link, a.galeria:visited, a.galeria:active {
	color: #FEEE8F;
	font-family: arial, Trebuchet MS;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

a.galeria:hover {
	color: #FFFFFF;
	font-family: arial, Trebuchet MS;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #c39392;
	font-family: arial, Trebuchet MS;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:hover {
	color: #FFFFFF;
	font-family: arial, Trebuchet MS;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

a.noticias_anteriores:link, a.noticias_anteriores:visited, a.noticias_anteriores:active {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	line-height:95%;
	text-decoration: none;
	text-transform: none;
}

a.noticias_anteriores:hover {
	color: #C00;
	font-weight: bold;
	font-size: 11px;
	line-height:95%;
	text-decoration: underline;
	text-transform: none;
}

a.noticia_atual:link, a.noticia_atual:visited, a.noticia_atual:active {
	border-top: 2px solid #990000;
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.noticia_atual:hover {
	border-top: 2px solid #990000;
	color: #C00;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.link_rodape:link, a.link_rodape:visited {
	color: #606060;
	font-size: 10px;
	text-decoration: none;
}

a.link_rodape:hover {
	color: #CC0000;
	font-size: 10px;
	text-decoration: underline;
}

a.link_mapa:link, a.link_mapa:visited {
	color: #606060;
	font-size: 12px;
	text-decoration: none;
}

a.link_mapa:hover {
	color: #CC0000;
	font-size: 12px;
	text-decoration: underline;
}

/* LINKS FIM */



/* TABELAS INICIO */

<!--modelo-->
table {
}

.nomeclasse {
	margin-left: 7%;
	width: 85%;
	color: #333;
	font: bold 9px arial;
}

td {
	font-family: Arial;
	font-size: 12px;
}

.propostas {
	font-color: #000000;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 15px;
}

input {
	font-size: 10px;
}

/* TABELAS FIM */

/* MENSAGENS, PAR?GRAFOS, TEXTOS, T?TULOS IN?CIO */

<!--modelo-->
p {
}

.titulo {
	color: #727272;
	font-family : Arial, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0px 0px 0px; /* definindo a margem dos paragrafos */
	padding: 0px 0px 0px 0px; /* definindo distancias das bordas: 10px da esquerda, 0 da superior, 2 da direita, 0 da inferior */
	text-align: center;
	text-transform: uppercase;
}

.noticia_atual {
	border-top: 2px solid #990000;
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/* MENSAGENS, PARAGRAFOS, TEXTOS, TITULOS FIM */


