/* ESTILOS DO JARBAS: */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

a {color: #990000;	text-decoration: underline;}
a:hover {text-decoration: none;	color: #660000;
}
#pontilhado {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F4C193;
	height: 1px;
	clear: both;
}
#pontilhado2 {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F4C193;
	height: 1px;
	clear: both;
	margin-top: 10px;
}
#linhas {
	margin: 3px;
	border: 1px solid #EFA33A;
}
#linhasWand {
	border: 1px solid #EFA33A;
	padding:5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
}
#foto {
	height: 110px;
	width: 160px;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	float: left;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	padding: 0px;
	margin: 5px;
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	border: 1px solid #A5ACB2;
}
li {
	padding-bottom: 5px;
}
.txtSmall {
	font-size: 11px;
}
.txtClarinho {
	color: #F7D0AE;
}
.txtRed {
	color: #990000;
	font-weight: bold;
}
.img {
	border: 1px solid #F4D080;
	margin: 5px;
	padding: 1px;
}

#noticias a {
	color: #FFFFFF;
	text-decoration: none;
}
#noticias a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#acertos {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	border: 1px solid #00CC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
