*{
	padding:0;
	margin:0;
}

img{
	border:0;
}

html{
	height: 100%;
}

body{
	
	height: 100%;
	background-image:url(fundo.jpg);
	
	}

#bg_topo{
	margin-top:5%;
	height: 100px;
	width: 100%;
	position: relative;
}

#bg_base{
	bottom:0;
	margin-top:auto;
	height: 26px;
	width: 100%;
	position: relative;
}

#conteudo{
	margin-top:auto;
	left: auto;
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}
table.1{
width:780px;
}


#fonte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#rodape{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

a.menu:link{
	color: #009999;
	text-decoration: none;
}
a.menu:visited{
	text-decoration: none;
	color: #009933;
}
a.menu:hover{
	text-decoration: none;
	color: #33CC99;
}
a.menu:active{
	text-decoration: none;
	color: #00CCCC;
}
a.texto:link{
	color: #000000;
	text-decoration: none;
}
a.texto:visited{
	text-decoration: none;
	color: #333333;
}
a.texto:hover{
	text-decoration: none;
	color: #CC0000;
}
a.texto:active{
	text-decoration: none;
	color: #990000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
	font-size: 10px;
}
ul#menu {
	margin: 0; /* retira o recuo para alguns browsers */
	padding:0; /* retira o recuo para outros browsers */
	list-style-type: none; /* retira o marcador de listas*/ 
	background-color: #DEFEEA; /* cor do fundo */
	width:200px; /* uma largura para o menu */ 
	font-family: Arial, Helvetica, sans-serif; /* define o tipo de fonte */
	font-size:14px; /* define o tamanho da fonte */
	color:#006666; /* define a cor da fonte */
	font-style: inherit;
	
}
ul#menu li {
	border-bottom:1px solid #00FFCC; 
	font-family: Arial, Helvetica, sans-serif; /* define o tipo de fonte */
	font-size:14px; /* define o tamanho da fonte */
	color:#006666; /* define a cor da fonte */
	font-style: inherit;
}
ul#menu li a:link {
	font-family: Arial, Helvetica, sans-serif; /* define o tipo de fonte */
	text-decoration: none;	/* retira o sublinhado dos links */
	font-size:14px; /* define o tamanho da fonte */
	color:#006666; /* define a cor da fonte */
	font-style: inherit;
}
ul#menu li a:hover {
	background-color: #9CFECF; /* cor do fundo */
	color: #003300; /* cor da fonte */
	text-decoration: none;
	display:block;
	border-left:10px solid #66CDAA;/* troca a cor da barrinha */
}
ul#menu li a:link, ul#menu li a:visited {
	border-left:10px solid #66CDAA; /* uma barrinha a esquerda dos links */ 
	color: #003300; /* cor da fonte */
	text-decoration: none;
	padding-left:5px; /* espaçamento entre a barrinha e o texto do link */ 
	display:block;
	height:1%;
}
#menu1{
	margin-top:auto;
	height: 200px;
	position: relative;
}
/* CSS Document */
