/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5C5C5;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #000000;	
}

a {
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}

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

li {
	line-height: 20px;
}

/*td img {display: block;}*/

input{
	border: #000000 1px solid;
	font-size: 12px;
}

.field {
	border: #000000 1px solid;
	font-size: 12px;
}

.titulo {
	font-family: Verdana; 
	font-size: 20px;
	font: bold;
	color:#FF6600;
}
.subtitulo {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
}

.td_form{
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.principal {
	background-color: #FFFFFF;
}

.rodape {
	background-image: url(../images/bottom.jpg);
	background-position:top;
	width:744px;
	height:88px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 30px;	
}

.rodape a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
	font-size: 11px;
	
}

.destaque {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

.noticias {
	background-image: url(../images/noticias.jpg);
	background-repeat: no-repeat;
	width:230px;
}

.conteudo {
	background-image: url(../images/fundo.jpg);
	width:514px;
	height:300px;
}

#conteudo {
	width:510px;
	height:280px;
	overflow: auto;
}

#noticias {	
	width: 205px;
	height:375px;
	overflow:auto;	
}

.laranja{	
	color:#FF6600;
}