@charset "utf-8";
/* CSS Document */

.topico_menu {
	color: #5da2d9; 
	font-size: 12px ;	
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; line-height: normal; font-weight: bolder; 
	font-variant: normal; 
	text-transform: none;
	text-decoration: none;
	}

.topico_menu a:link {
	color: #5da2d9; 
	font-size: 12px ;	
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; line-height: normal; font-weight: bolder; 
	font-variant: normal; 
	text-transform: none;
	text-decoration: none;
	}

.topico_menu a:active {
	color: #5da2d9; 
	font-size: 12px ;	
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; line-height: normal; font-weight: bolder; 
	font-variant: normal; 
	text-transform: none;
	text-decoration: none;
	}
	
.topico_menu a:hover {
	color: #5da2d9; 
	font-size: 12px ;	
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; line-height: normal; font-weight: bolder; 
	font-variant: normal; 
	text-transform: none;
	text-decoration: none;
	}

.topico_menu a:visited {
	color: #5da2d9; 
	font-size: 12px ;	
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; line-height: normal; font-weight: bolder; 
	font-variant: normal; 
	text-transform: none;
	text-decoration: none;
	}

.topico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.topico_noinformation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.texto {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #666666}

.texto2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #666666}

.link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #666666
}
.veja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699
}

.veja:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00A8F9;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}



#container { width:200px; margin:0px auto 0px; background:#FFFFFF; padding:10px; font-size:12px;  padding:30px}
#container h1 { font-size:24px; color:#FFFFFF; font-weight:normal; text-align:center; background:#333333; padding:10px; }
#container p { text-align:justify; padding:5px 10px 5px; margin:0px; }
#container p ol, #container p ul { margin:0px auto 0px; }
#container p.notes { color:#999999; font-size:10px; }



/* thumbnail slider begin */

/* apply the gallery design */
#gallery_container {  width:485px ; height:94px ; margin:10px auto 10px; padding:7px 0px 0px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:435px ; height:100px ; margin:0px ;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:100px; top:0px; right:0px; background:url(imagens/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:100px; top:0px; left:0px; background:url(imagens/gallery_back.jpg) no-repeat;  }




