/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

body {
	background-color: #C4C6C1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input, select{
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#geral{
	width:990px;
	margin:0 auto;
}

#rodapeh{
	width:990px;
	margin:0 auto;
	background:url(img_novo_z/fundo_rodapeh.jpg);
	height:168px;
}

#menu{
	width:240px;
	display:block;
	float:left;
}

#corpo{
	background:url(img_novo_z/fundo_corpo.jpg) bottom no-repeat;
}

#dois{
	width:980px;
	margin:0 auto;
	height:706px;
}

#top{
	background:url(img_novo_z/fundo_top.jpg) no-repeat;
}

#repete{
	background:url(img_novo_z/fundo_repete.jpg) bottom;
}