/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	background-image:url(imgs/bg.gif);
	text-align:center;
}

input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#2D2D3D;
	font-weight:bold;
}

#conteudo
{
	background-color:#282836;
	width:750px;
}

#bolota{
	background-image:url(imgs/background.gif);
	background-repeat:no-repeat;
	background-color:#2D2D3D;
	text-align:left;
		width:750px;

}
#conteudo2
{
	width:470px;
	padding:15px;
	float:left;
}

#conteudo3
{
	width:220px;
	padding:15px;
	float:left;
}
#conteudo4
{
	width:720px;
	padding:15px;
	float:left;
}

#rodapebg{
	clear:both;
	background-image:url(imgs/rodape.gif);
	background-repeat:no-repeat;
	color:#000000;
	height:27px;
	padding-left:10px;
	padding-top:15px;
}

#rodape{
	clear:both;
	background-image:url(imgs/bgescuro.gif);
	color:#000000;
	padding:10px;
}

.hr
{
	border-bottom:#CCCCCC dotted 1px;
	width:100%;
	height:1px;
	margin-bottom:10px;
	margin-top:0px;
}

.citacao
{
 color:#A2FF00; 
 font-style:italic;
}
.titulo
{
 color:#A2FF00;
 font-weight:bold;
 margin-top:10px;
}
.autor
{
 color:#A2FF00;
 font-size:12px;
 text-align:right;
}
.imgtitulo
{
border:0px;
margin-bottom:5px;
}

a
{
color:#FFFFFF;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
.mais1
{
margin-left:370px;
}
.mais2
{
margin-left:110px;
}