* 	{
	margin: 0px;
	padding: 0px;
	}
html 
	{
	font-size: 100%;
	width:100%;
	}
body 
	{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #486583;
	font-size: 72.5%; 
	margin-bottom:10px;
	background:#486583;
	background-attachment: fixed;	
	}
li 	{
	text-align:left;
	padding-bottom:5px;
	color: #0066FF;
	font-size: 14px;
	font-weight: bold; 
	}
li:hover 	{
	text-align:left;
	padding-bottom:5px;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	}
a 	{
 	font-family: "Swis721 BT";
 	font-size: 14px; 
	}
a:link, a:visited 		
	{
	font-weight: bold;	
	color: #003399;
	text-decoration: none;
	}
a:hover 	
	{
	font-weight: bold;
	color: #0066FF;
	text-decoration: blink;
	}
a:active 	
	{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
.play
	{
	background: url('../img/play.gif') left center no-repeat;
	padding-left: 20px;
	}
	
p 	{
	font-size: 14px;
	/*font-weight: bold;*/
	color: #0066FF;
	text-decoration: none;
	}	
/* Propriedades comuns às duas colunas laterais de links  */
div.link-list 
	{
    width:13.2em;
    position:absolute;
    top:162px;
    font-size:80%;
    padding-left:1%;
    padding-right:1%;
    margin-left:10px;
    margin-right:0;
    padding-bottom:20px;
	}
/* usamos a propriedade margin para abrir espaços para as colunas laterais */
#main 
	{
    margin-left:200px;
	}
.central 
	{
	margin-top:6.3em;
    height:100%;
    width:600px;
    _margin-top:1.9em; /* Codigo Hack Somente para o IE6*/
	}

.Banerzinho
	{
	_width:600px;
	}

.bodypg
	{
	margin: auto;
	width:800px;
	}
/* ---------[Colunas Lateriais]---------------------*/
#list1 
	{
	height: 100%;
	width:190px;
	margin-left:-10px;
	}
#list2 
	{
    right:0;
	border:0px solid #000000;
	width:2.2em;
	margin-right: 10px;
	height: 70%;
	}
#list1 
	{
	margin-top:70px;
	}
/* ---------[Banner do Topo da Página]---------------------*/	
#banner 
	{
    margin-left: 10px;
    margin-right: 10px;
    height:150px;
	width:800px;
	margin-top:10px;
	margin-left:0.8em;
    margin-right:1.2em;
    padding-left:1em;
    padding-right:1em;
    margin:auto;
    margin-top:10px;
	}
/* ---------[Formatação dos Creditos do autor]---------------------*/
.creditos, .creditos a 
    {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana; 
	font-size: 10px;
	text-align: center;
	font-size: 1.0em;
	font: 10px/15px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	}
/*---[Caixa de aviso]-------------------------------------*/
.aviso
     {
     width:200px;
     background-color: White;
     border: 0px solid #486583;
     border-collapse: collapse;
     text-align:center;
     color: #486583;
     padding: 10px 10px 10px 10px;
     font: bold 25px/30px Arial;
     }

/*---[Caixa de alerta]--------------------------------------------------*/
#cxerro
    {
    width:50%;
    background: #FF0000;
    border: 4px solid #CC0000;
    border-collapse: collapse;
    }
#cxok
    {
    width:50%;
    background: #000099;
    border: 4px solid #6633FF;
    border-collapse: collapse;
    }
#cxinfo
    {
    width:50%;
    background: #FFFF33;
    border: 4px solid #FFCC00 ;
    border-collapse: collapse;
    }
#cxquest
    {
    width:50%;
    background: #3366FF;
    border: 4px solid #0033CC;
    border-collapse: collapse;
    }
#cxok p, #cxerro p, #cxquest p
	{
	color:#ffffff;
	font-weight: bold;
	text-align:center;	
	}
#cxinfo p
	{
	color:#0066FF;
	font-weight: bold;
	text-align:center;	
	}	
	
/*---[Caixa escondidas das noticias]--------------------------------------------------*/

#CliqueDrop a{
	font-size: 12px;	
}
.Escondido
	{
	display: none;
	padding: 5px;
	border: 1px solid #003399;
	}
.data
	{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	width: 190px;
	}
	
.Noticia 
	{
	background:#ffffff url('../img/Noticias.png') right bottom no-repeat;
	}

.edit-button-leftcap
	{
	float:left;
	display:block;
	cursor:hand;
	cursor:pointer;
	width:5px;
	height:25px;
	background:transparent url(http://s.ytimg.com/yt/img/master_old-vfl72391.gif) no-repeat scroll -132px -37px;
	}
	
/*---[Slides da pagina principal]--------------------------------------------------*/	
#slideShow
	{
	width: 500px;
	height: 182px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
	}
.pagelinks a
	{
	font-weight: bold;
	color: #666;
	}
.slideCaption
	{
	background-color: #FFFFCC;
	background: #FFFFCC url('../img/bg.gif') center repeat-x;
	padding: 4px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: -10px;
	width:100%;
	margin-left: -5px;
	}
.pagelinks a.activeSlide
	{
	color: #f90;
	}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
	{
	background-image: url('../img/spacer.gif');
	}
.nextSlide:hover
	{
	background-image: url('../img/nextslide.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top:-20px;
	}
.prevSlide:hover
	{
	background-image: url('../img/prevslide.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:-20px;
	}
.inputsTooltip
	{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	}
#tooltipURL
	{
	display: none;
	}

#anterior{
	position: absolute;
	top:252px;
	left:750px;
	background-image: url('../img/preview.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:16px;
	height:16px;
}
#posterior{
	position: absolute;
	top:252px;
	left:810px;
	background-image: url('../img/next.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:16px;
	height:16px;
}		  