/* CSS Document */
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
}
a{color:#666669;}
a:hover {
    color: #666669;
    text-decoration: none;
}
#tudo {
	width: 780px;
	margin:0 auto;			
	padding: 0;
	text-align:left;
	background:#1e73be;
}
#banner {
    font-size: 20px;
    color: #FFFFFF;
}
#banner a {
    color: #FFFFFF;
}
#rodape{
	height:20px;
	font-size:x-small;
	text-align:right;
	border-top:solid 1px #999999;
}
#rodape a{
	line-height:20px;
	font-weight:bold;
}
.tabform {
	font-size:x-small;
	background:#FFFFFF;
}
input, textarea{
	border:solid 1px #1e73be;
	font-size:x-small;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif;

}
.palavras{
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	background:#FFF;
	padding:10px 0;
}

.estilo{
	font-weight:bold;
	background:#FFF;
	text-align:center;
	color:#4e4e4e;
}input, textarea, select{ width:100%; padding:6px 6px 6px 6px; color:#000000;font-size: 14px;}
img{ max-width:100%}