.azul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#002d56;
	text-decoration:none;
	}	
	
.azul2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002d56;
	text-decoration:none;
	}	
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.azul4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#002d56;
	text-decoration:none;
	}	
	
	.searchbutton{
	margin: 0; 
	font-size: 11px;; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
	}

.azul3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#33ADDB;
	text-decoration:none;
	}

.branco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	}	
	
.branco:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:underline;
	}			
	
.branco2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	line-height:10px;
	text-decoration:none;
	}	
	
.branco3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:11px;
	text-decoration:none;
	}	

.branco3:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:11px;
	text-decoration:underline;
	}	
		
	
.branco4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:11px;
	text-decoration:none;
	}		
	

.branco5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:11px;
	text-decoration:none;
	}	

.branco5:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:11px;
	text-decoration:underline;
	}		
	
.branco5:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a30134;
	line-height:11px;
	text-decoration:none;
	}					
	
.noticias {
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#a30134;
	text-decoration:none;
	}
	
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:15px;
	color:#002D56;
	text-decoration:none;
	}	
	
.vermelho {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a30134;
	text-decoration:none;
	}	
	
.vermelho2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#a30134;
	text-decoration:none;
	}		
	
.cinza {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#747a80;
	text-decoration:none;
	line-height:12px;
	}
	
.cinza2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#747a80;
	text-decoration:none;
	line-height:14px;
	}	
	
.cinza2:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#747a80;
	text-decoration:none;
	line-height:14px;
	}		
	
.text {
	margin: 0; 
	width: 95px;
	height:20px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000;
	}	
	

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:  url(img/scroll.gif) ;
}
.jScrollPaneDrag {
	position: absolute;
	background:  url(img/scroll2.gif) ;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


a.jScrollArrowUp {
	background: url(img/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(img/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
	
.holder {
	float: left;
	margin: 10px;
	width: 440px;
	
}

.holder2 {
	float: left;
	margin: 10px;
	width: 280px;
	
}

.scroll-pane {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#747a80;
	text-decoration:none;
	width: 348px;
	height: 480px;
	overflow: auto;
	float: left;
}

.scroll-pane2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#747a80;
	text-decoration:none;
	width: 280px;
	height: 480px;
	overflow: auto;
	float: left;
}

.wide {
	width: 348px;
}

.super-wide {
	width: 348px;
}

.tall {
	height: 450px;
}

#pane2 {
	height: 450px;
}

#pane3 {
	height: 450px;
}


a.info {
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a30134;
	text-decoration:none;
}

a.info span {
	display:none;
}

a.info:hover {
	cursor:default;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a30134;
	text-decoration:none;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(img/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}
