body {
	margin: 0px;
	padding:0px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#727272;
	background-color:#FFFFFF;
	background-image:none;
	background-repeat:repeat-x;
	background-color:#DDDDDD;
}

#corpo-cabecalho {
	position: relative;
	width:100%;
	height:260px;
	float:left;
	background-image:url(../imgs/i_fundo-cabecalho.jpg);
	background-repeat:repeat-x;
	background-color:#D5E868;
}

#corpo-conteudo {
	position: relative;
	width:100%;
	float:left;
	border: 0px solid #333333;
	background-color:#F4F4F4;
	background-image:url(../imgs/i_fundo-conteudo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#conteudo-centro {
	position: relative;
	float:left;
	width:700px;
}

#conteudo-lateral{
	position: relative;
	float:left;
	width:220px;
	padding-left:20px;
	padding-right:20px;
}

#corpo-rodape {
	position: relative;
	width:100%;
	height:200px;
	float:left;
	border-top: 20px solid #FFFFFF;
	background-image:url(../imgs/i_fundo-rodape.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

img{
	border:0px;
}

.span-titulo{
	font-size:21px;
	color:#464646;
	font-weight:bold;
}

.span-subtitulo{
	font-size:24px;
	color:#666666;
}

.span-texto{
	font-size:13px;
	color:#666666;
}

.span-textodestaque{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.span-textolateral{
	font-size:12px;
	color:#666666;
}

.span-textorodape{
	font-size:13px;
	color:#666666;
}

.img-preview{
	border: #FFFFFF 10px solid;
}

.text-contato{
	border: none;
	font-size:12px;
	color:#666666;
	width: 300px;
	height: 21px;
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
}

.textarea-contato{
	border: none;
	background-color:#FFFFFF;
	font-size:12px;
	color:#666666;
	width: 357px;
	border: #CCCCCC 1px solid;
}

a{
	font-size:11px;
	color:#333;
	text-decoration:none;
}

a:visited{
	font-size:11px;
	color:#333;
	text-decoration:none;
}

a:hover{
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.a-linkrodape{
	font-size:14px;
	color:#E15793;
	font-weight:bold;
	text-transform:uppercase;
}

.a-linkrodape:visited{
	font-size:14px;
	color:#E15793;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.a-linkrodape:hover{
	font-size:14px;
	color:#BAD804;
	font-weight:none;
	text-decoration:none;
	text-transform:uppercase;
}
