@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image:url(img/Background02.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Topo {
	margin:auto;
	width:900px;
	height:65px;
	background-image: url(img/LogotipoSG.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
}
#LinksTopo {
	margin:auto;
	width:auto;
	height:auto;
	margin-right: 10px;
}
#BuscaTopo {
	margin:auto;
	width:auto;
	height:auto;
}
#BTBuscaTopo {
	margin:auto;
	width:auto;
	height:auto;
}
.TextoLinkTopo {
	font-size: 12px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
a.LinksTopo:link {
    color:#333333;
    text-decoration:none;    
}
a.LinksTopo:hover {
	color:#FF0000;
    text-decoration:none;
}
a.LinksTopo:visited {
    color:#333333;
    text-decoration:none;
}
a.LinksTopo:visited:hover {
	color:#FF0000;
    text-decoration:none;
}
#Botoes {
	margin:auto;
	width:900px;
	height:30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Barra {
	margin:auto;
	width:900px;
	height:20px;
	margin-bottom: 5px;
	background-image: url(img/Barra.gif);
	background-repeat: no-repeat;
}
#Barra2 {
	margin:auto;
	width:900px;
	height:20px;
	background-image: url(img/Barra2.gif);
	background-repeat: no-repeat;
}
#Conteudo {
	margin:auto;
	width:900px;
	height:auto;
	margin-top:5px;
	margin-bottom: 5px;
}