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

a:link{
	text-decoration:none;
	color:#999;
	border:none;
}

a:hover{
	text-decoration:none;
	color:#76b043;
	border:none;
}

a:visited{
	text-decoration:none;
	color:#999;
	border:none;
}


h1{
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}


#cabecalho{
	width:810px;
	height:120px;
	margin:auto;
}


#conteudo{
	width:810px;
}


#meio{
	width:810px;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}


#linha{
	margin-top:18px;
	margin-bottom:45px;
}
