@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/fundo.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-face-color: #BED6D8;
scrollbar-highlight-color: #BED6D8;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-track-color:  #F0F0F0;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#00FF66;
	font-style:normal;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFF00;
	font-style:normal;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-style:normal;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
}


#conteudo {
	position:absolute;
	width:520px;
	height:100%;
	padding-left:20px;
	top:120px;
	background-color:#00FF00;
	left: 359px;
}

.texto_padrao {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#000000;

}
.LinkCeledo
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#000066;
	font-style:italic;
	text-decoration: none;
	font-weight: normal;
}

.LinkCeledo:hover 
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight: bold;
	color:#000066;

}
